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