From 665e041585120500b330d25868977964df07a2a9 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 9 May 2013 19:54:14 +0200 Subject: sync with context as of 2013-05-09 --- lualibs-util-jsn.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lualibs-util-jsn.lua') diff --git a/lualibs-util-jsn.lua b/lualibs-util-jsn.lua index 7493f10..29587cd 100644 --- a/lualibs-util-jsn.lua +++ b/lualibs-util-jsn.lua @@ -11,6 +11,9 @@ if not modules then modules = { } end modules ['util-jsn'] = { -- a correct stream. If not, we have some fatal error anyway. So, we can just rely -- on strings being strings (apart from the unicode escape which is not in 5.1) and -- as we first catch known types we just assume that anything else is a number. +-- +-- Reminder for me: check usage in framework and extend when needed. Also document +-- it in the cld lib documentation. local P, V, R, S, C, Cc, Cs, Ct, Cf, Cg = lpeg.P, lpeg.V, lpeg.R, lpeg.S, lpeg.C, lpeg.Cc, lpeg.Cs, lpeg.Ct, lpeg.Cf, lpeg.Cg local lpegmatch = lpeg.match @@ -141,5 +144,3 @@ end -- inspect(tmp) -- inspect(json.tostring(true)) - -return json -- cgit v1.2.3