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
Python uses extended JSON which allows for NaN, Infinity, -Infinity.
This means that a `JSON.parse()` on one of our encoded JSON strings will
fail. This is no longer the case.
0 commit comments