diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 18:05:39 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 18:05:39 +0930 |
commit | 9d7bd06ad57832cfe6bba22acc7d7b8c74cdf8b8 (patch) | |
tree | 9a610ad8a7fd239e67e90f839ba88248dfd7b128 /tests/types.json | |
parent | 582ea61b9e4452426753272d921651681a1c8937 (diff) | |
download | lua-cjson-9d7bd06ad57832cfe6bba22acc7d7b8c74cdf8b8.tar.gz lua-cjson-9d7bd06ad57832cfe6bba22acc7d7b8c74cdf8b8.tar.bz2 lua-cjson-9d7bd06ad57832cfe6bba22acc7d7b8c74cdf8b8.zip |
Add trivial types.json example
Diffstat (limited to 'tests/types.json')
-rw-r--r-- | tests/types.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/types.json b/tests/types.json new file mode 100644 index 0000000..c01e7d2 --- /dev/null +++ b/tests/types.json | |||
@@ -0,0 +1 @@ | |||
{ "array": [ 10, true, null ] } | |||