Software /
code /
prosody
Log
util/json.lua @ 7440:5424e24cdcb1
description | author | age |
---|---|---|
util.json: Variable renaming to avoid shadowing [luacheck] | Matthew Wild | 2016-03-10 |
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck] | Matthew Wild | 2016-03-10 |
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7) | Matthew Wild | 2016-03-04 |
util.json: Remove use of newproxy | Kim Alvefur | 2015-03-13 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
util.json: New, faster, stricter, more compliant JSON decoder. Now returns nil,err instead of throwing errors on invalid input. | Waqas Hussain | 2013-05-07 |
util.json: Make setmetatable local. | Waqas Hussain | 2013-05-06 |