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
Discovered when trying to add scientific notation support to JSON. JsonStream.peek returns either a character or None. Which leads to the broken string parsing when iterating over chars in JSON
Discovered when trying to add scientific notation support to JSON. JsonStream.peek returns either a character or None. Which leads to the broken string parsing when iterating over chars in JSON
FIX: Make JSON.parse return Maybe type