Releases: arcapos/luajson
Releases · arcapos/luajson
1.2.11
Bug fixes, encoding of UTF-8 characters with four bytes.
1.2.4
When decoding JSON numbers, check if the number contains a dot (.), if so push a floating point number, if not push an integer on the stack.