Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Last active December 25, 2015 07:29
Show Gist options
  • Save ajcrites/6939254 to your computer and use it in GitHub Desktop.
Save ajcrites/6939254 to your computer and use it in GitHub Desktop.
Valid in JavaScript but not JSON
// quotes around keys are not required
( {key: "value"} );
// many JS parsers allow a trailing comma in a list
( [{"name": "value"},] )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment