diff options
Diffstat (limited to 'test/json/basic3/input.json')
-rw-r--r-- | test/json/basic3/input.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/json/basic3/input.json b/test/json/basic3/input.json new file mode 100644 index 0000000..d2a8967 --- /dev/null +++ b/test/json/basic3/input.json @@ -0,0 +1,11 @@ +[ + 0, + 1, + 2, + 15, + 12.34, + -0.12, + 1.2e+22, + 1.11e-7, + 11E2 +] |