issues
search
mpx
/
lua-cjson
Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
933
stars
478
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
use standard type LUALIB_API for export interface
#39
uudiin
opened
8 years ago
0
updated: supports decode/encode for empty object/array
#38
tangnotes
closed
8 years ago
0
Support Big Numbers
#37
brimworks
opened
8 years ago
6
Add new decode_big_numbers_as_strings option that defaults to false. …
#36
brimworks
opened
8 years ago
9
Merge pull request #1 from mpx/master
#35
liuyuanlin
closed
8 years ago
0
Transfer repository ownership due to inactivity
#34
phoenixenero
closed
8 years ago
3
lua 5.3 to add integer
#33
teahouse
opened
8 years ago
4
cjson.decode crashed if wrong json passed
#32
alex-roman
closed
8 years ago
2
Mac install lua cjson failed
#31
echo6106
closed
8 years ago
1
Error on require
#30
rumkin
closed
8 years ago
4
Call decode could result in crash
#29
hcaihao
closed
8 years ago
6
warning on mac build `inline function 'fpconv_init' is not defined`
#28
hughperkins
closed
8 years ago
5
add new encode option method 'encode_empty_table' to control how to encode empty table.
#27
mythay
opened
9 years ago
3
Making things work under windows
#26
samehkhamis
closed
1 year ago
2
option to force to encode empty table to "[]"
#25
drmingdrmer
opened
9 years ago
5
if lua table to encode has metamethod '__pairs', use it
#24
Jexocn
opened
9 years ago
0
Update manual.txt with Nginx specific instructions
#23
drdee
closed
9 years ago
6
Support lua 5.3 integer representation
#22
cloudwu
closed
6 years ago
3
Windows Port
#21
brimworks
opened
9 years ago
0
Work around MSVC's C99 support
#20
qi7chen
closed
8 years ago
3
option for indented output
#19
capr
closed
8 years ago
1
Improve Windows build support
#18
Akkuma
opened
10 years ago
5
It cannot work when decode "Multiple consecutive characters"!
#17
yangmingzhe
closed
10 years ago
0
Make compile under msvc.
#16
xpol
closed
8 years ago
2
Add encode_empty_table_as_object which controls how to encode empty table
#15
calio
opened
11 years ago
1
invoke getmetatable(val).__tojson() if present
#14
dustyleary
opened
11 years ago
0
DTrace support
#13
zloidemon
opened
11 years ago
0
Use an options object instead of global switches.
#12
kikito
closed
8 years ago
5
Allow differentiation of arrays and objects for proper empty-object serialization
#11
kikito
opened
11 years ago
18
use pkg-config to detect cflags
#10
ncopa
opened
11 years ago
0
Added new config option: decode_numbers_as_strings to decode large numbers as strings
#9
karlbunch
opened
11 years ago
0
Added LuaJIT compatibility
#8
msva
opened
11 years ago
0
Added LuaJIT compatibility
#7
msva
closed
11 years ago
1
Allows to encode empty tables as arrays.
#6
ignacio
opened
11 years ago
3
Typo fix
#5
tst2005
closed
8 years ago
1
Add utf-8 escape for encode
#4
kindy
opened
11 years ago
0
Crash when use the value from cjson.decode
#3
zhangpeihao
closed
8 years ago
3
lua-cjson escapes slashes
#2
vitek
closed
8 years ago
2
Support for MS compilers.
#1
ignacio
opened
12 years ago
4
Previous