We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
9797280
Bug fixes, encoding of UTF-8 characters with four bytes.
fcd705a
Bug fixes.
b577101
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.