Skip to content

Releases: arcapos/luajson

1.2.11

23 Dec 08:42
Compare
Choose a tag to compare

Bug fixes, encoding of UTF-8 characters with four bytes.

1.2.6

20 Feb 08:28
Compare
Choose a tag to compare

Bug fixes.

1.2.4

15 Feb 10:42
Compare
Choose a tag to compare

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.