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
Many JSON parsers support NaN literals, but JSON.parse() in JS environments does not. JSON.stringify([NaN]) returns [null], so just do that. lljson.slencode() is available for cases where we care about round-tripping.