freebsd/contrib/libcbor/examples/data/json_example.json

7 lines
93 B
JSON

{
"a": [1, 2.2, -1, "žluťoučký kůň!!!"],
"b": {
"c": [true, false, null]
}
}