Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created March 5, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/26825ff5ad61e72d841657164146d2c2 to your computer and use it in GitHub Desktop.
Save pandanote-info/26825ff5ad61e72d841657164146d2c2 to your computer and use it in GitHub Desktop.
直積集合を作成するための集合を定義したJSONファイルの例。
{
"key1": ["a1","a2","a3"],
"key2": ["b1","b2","b3","b4"],
"key3": ["c1","c2","c3","c4","c5"],
"key4": ["d1","d2","d3","d4","d5","d6"],
"key5": ["e1","e2","e3"],
"key6": ["f1","f2","f3"],
"key7": ["a1","a2","a3"],
"key8": ["b1","b2","b3","b4"],
"key9": ["c1","c2","c3","c4","c5"],
"key10": ["d1","d2","d3","d4","d5","d6"],
"key11": ["e1","e2","e3"],
"key12": ["f1","f2","f3"],
"key13": ["a1","a2","a3"],
"key14": ["b1","b2","b3","b4"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment