summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-09 00:20:43 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-09 00:20:43 +0930
commit8f791048ad051456f65026e6e414c7d973731c7e (patch)
tree1d9e7df4eb366b0660685e568a93d63eff04a74e /TODO
parent0c0196aad87812695b286ca1555b868ad3a50a5e (diff)
downloadlua-cjson-1.0.tar.gz
lua-cjson-1.0.tar.bz2
lua-cjson-1.0.zip
Add TODO file1.0
Diffstat (limited to '')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8b9af0c
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
1- Option to configure encoding escapes.
2
3- Make encode/decode routines thread safe (within the same lua_State)
4 - json_buf?
5 - Optionally create an object. Clone function.
6
7- run_test_group "config" function calls should be protected by pcall?