issues
search
harningt
/
luajson
JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.
http://www.eharning.us/wiki/luajson/
Other
251
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
luarocks does not have the lpeg.version fix
#51
knightofcarnage
opened
9 months ago
1
`loadstring or load` can cause import errors
#50
LecrisUT
opened
1 year ago
0
fix: fix lpeg version detection
#49
jokajak
closed
1 year ago
0
feat: support lpeg 1.1
#48
jokajak
closed
1 year ago
5
Incompatible with lpeg >= 1.1 (version parsing)
#47
trougnouf
closed
1 year ago
2
Adding CI for PPC64LE
#46
ezeeyahoo
closed
4 years ago
2
Adding CI for PPC64LE
#45
ezeeyahoo
closed
4 years ago
3
DepShield encountered errors while building your project
#44
sonatype-depshield[bot]
closed
1 year ago
1
"Do not use 'module' as a build type."
#43
saizai
opened
6 years ago
0
Add option to ignore mismatched array lengths due to `null`/`undefined`.
#42
rodovich
closed
1 year ago
1
Does luajson have a function to insert json into a json file?
#41
meskarune
closed
6 years ago
2
Plz add good enough examples and, or use cases
#40
bdheeman
opened
7 years ago
0
add a single (minified) file distribution
#39
denisdemaisbr
opened
7 years ago
0
flexible mode to replace invalid empty fields with NULL
#38
fiendish
closed
7 years ago
4
Update README to remove non-present functionality
#37
harningt
closed
7 years ago
0
Update README to use MarkDown
#36
giraugh
closed
8 years ago
2
Update ci to use 'strict' testing
#35
harningt
opened
8 years ago
1
Update Travis-CI to use coveralls service
#34
harningt
closed
8 years ago
1
Customizing "null"
#33
mtdowling
closed
10 years ago
1
Prepare Lua 5.3 Travis Build
#32
harningt
closed
9 years ago
2
Ordered map decoding of objects?
#31
mtdowling
closed
10 years ago
2
make check failed
#30
sl1pkn07
closed
10 years ago
1
This is not compatible with Apache httpd mod_lua on Win32
#29
inzi
closed
7 years ago
3
A table with a metatable can not be represented as an array.
#28
kikito
closed
10 years ago
1
luajson doesn't work with lpeg 0.12 (edit: before 1.3.2)
#27
avnik
closed
9 years ago
9
Create LuaJSON json.util documentation
#26
agladysh
closed
11 years ago
4
_ENV = nil triggers our global environment protection (on Lua 5.1)
#25
agladysh
closed
11 years ago
4
Release a new version (luarocks)
#24
catwell
closed
12 years ago
3
lfs : fix with Lua 5.2 strict
#23
fperrad
closed
12 years ago
0
loadstring : fix with Lua 5.2 strict
#22
fperrad
closed
12 years ago
0
Compat51 52
#21
fperrad
closed
12 years ago
0
add some metadata
#20
fperrad
closed
12 years ago
1
Merge in nonrecursive to next/master
#19
harningt
closed
12 years ago
1
LuaJSON: small fixes with Lua 5.2
#18
fperrad
closed
13 years ago
0
when json content is empty, it is better to encode lua empty table {} to json empty array [] rather than json object {}.
#17
miketang84
closed
12 years ago
3
Fix performance loss
#16
harningt
closed
12 years ago
1
Custom 'preProcessor' function cannot detect that it is encoding as an object key
#15
harningt
closed
13 years ago
2
lpeg error: too many pending calls/choices
#14
agladysh
closed
12 years ago
6
Add pretty-printer output
#13
harningt
opened
13 years ago
2
Add support for processing surrogate pairs in sequenced \uD800\uDC00 items
#12
harningt
opened
13 years ago
1
Update to handle Lua 5.2 alpha
#11
harningt
closed
13 years ago
1
Add enhanced parser error output
#10
harningt
opened
14 years ago
0
Prepare luajson for inclusion in Gentoo tree
#9
harningt
closed
7 years ago
1
Release 1.2.1 with LPeg 0.10 fix
#8
harningt
closed
14 years ago
0
Release 1.1.2 with LPeg 0.10 fix
#7
harningt
closed
14 years ago
0
Release 1.0.3 with LPeg 0.10 fix
#6
harningt
closed
14 years ago
1
Move setObjectKey to the 'object' parameter set
#5
harningt
closed
14 years ago
1
Resolve null round-tripping when using null => nil
#4
harningt
closed
12 years ago
2
Manage options.setObjectKey usage with LPeg < 0.9
#3
harningt
closed
14 years ago
1
Decode errors on invalid json.
#2
jsimmons
closed
13 years ago
11
Next