xref: /freebsd/contrib/libcbor/examples/data/json_example.json (revision 8ddb146abcdf061be9f2c0db7e391697dafad85c)
1{
2  "a": [1, 2.2, -1, "žluťoučký kůň!!!"],
3  "b": {
4    "c": [true, false, null]
5  }
6}
7