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
constx={text: '-1'};constxStringified=JsonURL.stringify(x,{AQF: true});constparsed=JsonURL.parse(xStringified,{AQF: true});console.assert(parsed['text']==x['text'],'parsed should be equal to x');
"-1" gets encoded as (!-1) and it gets parsed as ",1".