opnsense-src/contrib/libcbor/examples/data/json_example.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
93 B
JSON
Raw Normal View History

2021-10-01 19:46:00 -04:00
{
"a": [1, 2.2, -1, "žluťoučký kůň!!!"],
"b": {
"c": [true, false, null]
}
}