Commit Graph

18 Commits (0ff1619ea4e2a6702a3fb70135fb656efd64790b)

Author SHA1 Message Date
Matthew Wild e3cc87e30e util.json: Variable renaming to avoid shadowing [luacheck] 10 years ago
Matthew Wild a05d69fc1f net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] 10 years ago
Matthew Wild 2d56536be4 util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7) 10 years ago
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