Commit Graph

15 Commits (71d2dced8dd98ce1b1bf67e2ebbae981cf85287c)

Author SHA1 Message Date
Kim Alvefur 8442d2756c util.json: Remove use of newproxy 11 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Waqas Hussain 4d84405868 util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input. 13 years ago
Waqas Hussain 4687bfd214 util.json: Make setmetatable local. 13 years ago
Waqas Hussain 5d0847b19a util.json: Fix variable name typo which broke util.json when util.array was missing. 13 years ago
Waqas Hussain ca64b96534 util.json: Optimize long string parsing. 13 years ago
Waqas Hussain 9d350bb73e util.json: New, improved, fixed codepoint to UTF-8 conversion. 13 years ago
Waqas Hussain 2d79af634a util.json: Make encode(decode("[]"))=="[]". 13 years ago
Matthew Wild 94eebdf657 util.json: Convert \uXXXX to UTF-8 when decoding 13 years ago
Matthew Wild ff73782f9b util.json: Add json.encode_array() (thanks B) 13 years ago
Waqas Hussain 4cc4dd6a68 util.json: Added function encode_ordered(object). 14 years ago
Waqas Hussain c65490db56 util.json: Added function encode_ordered(object). 14 years ago
Matthew Wild cf1c72dded util.json: Fix for single-line comments (thanks Norbert Kiesel) 14 years ago
Waqas Hussain 82573c9d23 util.json: Initial commit. 15 years ago
Waqas Hussain e1ba26dafe util.json: Fixed handling of truncated JSON. 15 years ago
Waqas Hussain b40e6b9dd9 util.json: Fixed a parse error caused by unexpected whitespace. 15 years ago
Waqas Hussain 75e3837663 util.json: Initial commit. 15 years ago