util/json.lua
Tue, 07 May 2013 10:42:44 -0400 Waqas Hussain util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input.
Mon, 06 May 2013 19:43:59 -0400 Waqas Hussain util.json: Make setmetatable local.
Mon, 06 May 2013 19:42:54 -0400 Waqas Hussain util.json: Fix variable name typo which broke util.json when util.array was missing.
Sun, 05 May 2013 15:02:33 -0400 Waqas Hussain util.json: Optimize long string parsing.
Tue, 23 Apr 2013 15:55:49 -0400 Waqas Hussain util.json: New, improved, fixed codepoint to UTF-8 conversion.
Tue, 23 Apr 2013 14:41:52 -0400 Waqas Hussain util.json: Make encode(decode("[]"))=="[]".
Sat, 06 Apr 2013 12:20:31 +0100 Matthew Wild util.json: Convert \uXXXX to UTF-8 when decoding
Thu, 28 Mar 2013 09:31:07 -0400 Matthew Wild util.json: Add json.encode_array() (thanks B)
Wed, 18 Jan 2012 08:54:26 +0500 Waqas Hussain util.json: Added function encode_ordered(object).
Wed, 26 Oct 2011 18:55:06 -0400 Matthew Wild util.json: Fix for single-line comments (thanks Norbert Kiesel)
Thu, 02 Jun 2011 05:36:15 +0500 Waqas Hussain util.json: Fixed handling of truncated JSON.
Sat, 19 Feb 2011 06:47:32 +0500 Waqas Hussain util.json: Fixed a parse error caused by unexpected whitespace.
Mon, 27 Dec 2010 19:37:04 +0500 Waqas Hussain util.json: Initial commit.
less more (0) tip