You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG FIX: Nested JSON types not parsing correctly (e.g. objects inside…
… arrays).
BUG FIX: Can't handle long string data. (Now supports up to 28K characters.)
BUG FIX: Numbers always expect ',' after, causing error when number appears at end of array or object.