diff options
Diffstat (limited to 'test/qson/test.qson')
-rw-r--r-- | test/qson/test.qson | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/qson/test.qson b/test/qson/test.qson new file mode 100644 index 0000000..35c70e5 --- /dev/null +++ b/test/qson/test.qson @@ -0,0 +1,6 @@ +{ + "test2" : [1,2,3], + "test3" : 10, + 1 : 2, + "address" : {}, +}
\ No newline at end of file |