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.
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.