mirror of https://git.jolheiser.com/ffhujson.git
8 lines
131 B
JSON
8 lines
131 B
JSON
|
{
|
||
|
"s": ["a", "bb"],
|
||
|
"i":["10","11","12"],
|
||
|
"b": [ false, true ],
|
||
|
"d": ["10m", "5s"],
|
||
|
"x": ["a" , "B", "👍"]
|
||
|
}
|