summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-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?