From 8f791048ad051456f65026e6e414c7d973731c7e Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 9 May 2011 00:20:43 +0930 Subject: Add TODO file --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..8b9af0c --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +- Option to configure encoding escapes. + +- Make encode/decode routines thread safe (within the same lua_State) + - json_buf? + - Optionally create an object. Clone function. + +- run_test_group "config" function calls should be protected by pcall? -- cgit v1.2.3-55-g6feb