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
When parsing json objects with whitespace the type is sometimes incorrectly assumed to be a string type when it should be a value type.
Example to reproduce
{"test": 123
}
Should be a value of 123 instead it returns a string containing the string "123\n"