summaryrefslogtreecommitdiffstats
path: root/test/json/basic3/input.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/json/basic3/input.json11
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
+]