Log

util/json.lua @ 13270:14bbfb2cc8dd default tip

description author age
util: Prefix module imports with prosody namespace Kim Alvefur Fri, 17 Mar 2023 16:23:16 +0100
util.json: Accept empty arrays with whitespace (fixes #1782) 0.12 Matthew Wild Fri, 04 Nov 2022 12:26:10 +0000
util.json: Use util.iterators.sorted_pairs() in ordered mode Matthew Wild Fri, 21 Sep 2018 14:35:35 +0100
util.json: Unescape surrogate pairs Matthew Wild Tue, 27 Mar 2018 13:44:40 +0100
util: Various minor changes to please [luacheck] Kim Alvefur Fri, 10 Nov 2017 05:42:32 +0100
util.json: Variable renaming to avoid shadowing [luacheck] Matthew Wild Thu, 10 Mar 2016 17:53:17 +0000
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] Matthew Wild Thu, 10 Mar 2016 17:52:03 +0000
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7) Matthew Wild Fri, 04 Mar 2016 22:27:04 +0000
util.json: Remove use of newproxy Kim Alvefur Fri, 13 Mar 2015 21:11:33 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input. Waqas Hussain Tue, 07 May 2013 10:42:44 -0400
util.json: Make setmetatable local. Waqas Hussain Mon, 06 May 2013 19:43:59 -0400
util.json: Fix variable name typo which broke util.json when util.array was missing. Waqas Hussain Mon, 06 May 2013 19:42:54 -0400
util.json: Optimize long string parsing. Waqas Hussain Sun, 05 May 2013 15:02:33 -0400
util.json: New, improved, fixed codepoint to UTF-8 conversion. Waqas Hussain Tue, 23 Apr 2013 15:55:49 -0400
util.json: Make encode(decode("[]"))=="[]". Waqas Hussain Tue, 23 Apr 2013 14:41:52 -0400
util.json: Convert \uXXXX to UTF-8 when decoding Matthew Wild Sat, 06 Apr 2013 12:20:31 +0100
util.json: Add json.encode_array() (thanks B) Matthew Wild Thu, 28 Mar 2013 09:31:07 -0400
util.json: Added function encode_ordered(object). Waqas Hussain Wed, 18 Jan 2012 08:54:26 +0500
util.json: Fix for single-line comments (thanks Norbert Kiesel) Matthew Wild Wed, 26 Oct 2011 18:55:06 -0400
util.json: Fixed handling of truncated JSON. Waqas Hussain Thu, 02 Jun 2011 05:36:15 +0500
util.json: Fixed a parse error caused by unexpected whitespace. Waqas Hussain Sat, 19 Feb 2011 06:47:32 +0500
util.json: Initial commit. Waqas Hussain Mon, 27 Dec 2010 19:37:04 +0500