log util/json.lua @ 8597:6e5fbeaca0f4

age author description
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Thu, 10 Mar 2016 17:53:17 +0000 Matthew Wild util.json: Variable renaming to avoid shadowing [luacheck]
Thu, 10 Mar 2016 17:52:03 +0000 Matthew Wild net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Fri, 04 Mar 2016 22:27:04 +0000 Matthew Wild util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)
Fri, 13 Mar 2015 21:11:33 +0100 Kim Alvefur util.json: Remove use of newproxy
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
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.