diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-09 00:20:43 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-09 00:20:43 +0930 |
commit | 8f791048ad051456f65026e6e414c7d973731c7e (patch) | |
tree | 1d9e7df4eb366b0660685e568a93d63eff04a74e /TODO | |
parent | 0c0196aad87812695b286ca1555b868ad3a50a5e (diff) | |
download | lua-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-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? | ||