bhall2001 / fastjson

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

Tokenizer for + and - special case #11

Closed bhall2001 closed 8 years ago

bhall2001 commented 8 years ago

While working on the Livecode Dictionary JSON file, an error was discovered in the Parser where the following JSON is not being parsed correctly by the Tokenizer.

... "name":"-", ...

Tokenizer returns a "token" of "-,". This results in all data after this point being errant.

bhall2001 commented 8 years ago

This has been fixed. Closed based on my testing and lack of further reports the issue still exists.