fastFrag icon indicating copy to clipboard operation
fastFrag copied to clipboard

Key Quoting Required on json.fastfrag.org

Open gtzilla opened this issue 14 years ago • 0 comments

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,

{ "content" : "foo bar" }

This is too strict.

gtzilla avatar Oct 31 '10 18:10 gtzilla