From 14300217869a04453ab1f8832257c1d511264995 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 18 Aug 2011 18:48:41 +0930 Subject: Update TODO --- TODO | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/TODO b/TODO index 72d9b63..1345448 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,4 @@ - Make encode/decode routines OS thread safe (within the same lua_State) - Optionally create an object for settings. Clone function. -- Explain limitations of using JSON as a serialisation format under Lua: - - Tables keys: - - Must only be integer or string - - Integer keys will be deserialised as a string - - Metamethods are not used when encoding tables: - - next() is used to iterate over hashes. - - rawget() is used when iterating over arrays. +- Convert documentation into structured source format -- cgit v1.2.3-55-g6feb