- Consider "," as decimal separator when parsing numbers
- Replace
\t
and\n
from json strings withvbCrLf
andvbTab
- Declare
current_token
aslong
to prevent overflow for large json data sets
- initial release
Known issues:
- Didn't care yet about users with "," as decimal separator.