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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Currently, the JSON converter and tester functionalty requires keys to be quoted, where javascript does not. This make it difficult to test JS data with quoting keys, which isn't required in the browser.
Examples.
JS is okay with
{ content : "foo bar" }
Test at json.fastfrag.org complains unless it's quoted,