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