bhall2001 / fastjson

A Livecode library for JSON encoding and decoding to and from Arrays.
MIT License
17 stars 11 forks source link

Numbers Starting with 0 are not always a number #22

Closed bhall2001 closed 8 years ago

bhall2001 commented 8 years ago

Livecode returns true for numbers that start with "0". fastJson needs to catch this on export and turn these numbers into a string.

bhall2001 commented 8 years ago

Already got this...