ffhujson/testdata/value_arrays.json

8 lines
131 B
JSON

{
"s": ["a", "bb"],
"i":["10","11","12"],
"b": [ false, true ],
"d": ["10m", "5s"],
"x": ["a" , "B", "👍"]
}