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