index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
json.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util.json: Unescape surrogate pairs
Matthew Wild
2018-03-27
1
-4
/
+5
|
*
util: Various minor changes to please [luacheck]
Kim Alvefur
2017-11-10
1
-4
/
+1
|
*
util.json: Variable renaming to avoid shadowing [luacheck]
Matthew Wild
2016-03-10
1
-14
/
+14
|
*
net.websocket.frames, util.datetime, util.json, util.prosodyctl, ↵
Matthew Wild
2016-03-10
1
-1
/
+0
|
|
|
|
util.rfc6724: Remove unused variables [luacheck]
*
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)
Matthew Wild
2016-03-04
1
-1
/
+3
|
*
util.json: Remove use of newproxy
Kim Alvefur
2015-03-13
1
-5
/
+2
|
*
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-2
/
+2
|
*
util.json: New, faster, stricter, more compliant JSON decoder. Now returns ↵
Waqas Hussain
2013-05-07
1
-192
/
+155
|
|
|
|
nil,err instead of throwing errors on invalid input.
*
util.json: Make setmetatable local.
Waqas Hussain
2013-05-06
1
-1
/
+1
|
*
util.json: Fix variable name typo which broke util.json when util.array was ↵
Waqas Hussain
2013-05-06
1
-1
/
+1
|
|
|
|
missing.
*
util.json: Optimize long string parsing.
Waqas Hussain
2013-05-05
1
-5
/
+5
|
*
util.json: New, improved, fixed codepoint to UTF-8 conversion.
Waqas Hussain
2013-04-23
1
-26
/
+11
|
*
util.json: Make encode(decode("[]"))=="[]".
Waqas Hussain
2013-04-23
1
-2
/
+10
|
*
util.json: Convert \uXXXX to UTF-8 when decoding
Matthew Wild
2013-04-06
1
-1
/
+36
|
*
util.json: Add json.encode_array() (thanks B)
Matthew Wild
2013-03-28
1
-0
/
+5
|
*
util.json: Added function encode_ordered(object).
Waqas Hussain
2012-01-18
1
-6
/
+25
|
*
util.json: Fix for single-line comments (thanks Norbert Kiesel)
Matthew Wild
2011-10-26
1
-1
/
+1
|
*
util.json: Fixed handling of truncated JSON.
Waqas Hussain
2011-06-02
1
-0
/
+2
|
*
util.json: Fixed a parse error caused by unexpected whitespace.
Waqas Hussain
2011-02-19
1
-0
/
+2
|
*
util.json: Initial commit.
Waqas Hussain
2010-12-27
1
-0
/
+356