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