Skip to content

1.2.4

Compare
Choose a tag to compare
@mbalmer mbalmer released this 15 Feb 10:42
· 24 commits to master since this release

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.