Created
March 5, 2021 13:55
-
-
Save pandanote-info/26825ff5ad61e72d841657164146d2c2 to your computer and use it in GitHub Desktop.
直積集合を作成するための集合を定義したJSONファイルの例。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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