diff options
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] + } +} |
