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
Currently, parsing of keys and values rely on the detection of = and :. It would probably be ideal for the parser to assume those characters exist when parsing a key or value, and instead have them focus on valid vs invalid characters.
Currently, parsing of keys and values rely on the detection of
=and:. It would probably be ideal for the parser to assume those characters exist when parsing a key or value, and instead have them focus on valid vs invalid characters.