Software /
code /
prosody
Log
util/json.lua @ 6369:84c50a9addbc
description | author | age |
---|---|---|
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 |
util.json: Fix variable name typo which broke util.json when util.array was missing. | Waqas Hussain | 2013-05-06 |
util.json: Optimize long string parsing. | Waqas Hussain | 2013-05-05 |
util.json: New, improved, fixed codepoint to UTF-8 conversion. | Waqas Hussain | 2013-04-23 |
util.json: Make encode(decode("[]"))=="[]". | Waqas Hussain | 2013-04-23 |
util.json: Convert \uXXXX to UTF-8 when decoding | Matthew Wild | 2013-04-06 |