diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-10-01 23:46:00 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-10-01 23:46:00 +0000 |
| commit | 5b2defbd2a1aa991bd0a2855eef8e15107572747 (patch) | |
| tree | 0e8b33a28f1fb7396bf8b6fcef974fa82de59e9d /examples/data/json_example.json | |
Diffstat (limited to 'examples/data/json_example.json')
| -rw-r--r-- | examples/data/json_example.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/data/json_example.json b/examples/data/json_example.json new file mode 100644 index 000000000000..9646aad098d1 --- /dev/null +++ b/examples/data/json_example.json @@ -0,0 +1,6 @@ +{ + "a": [1, 2.2, -1, "žluťoučký kůň!!!"], + "b": { + "c": [true, false, null] + } +} |
