Skip to content

Instantly share code, notes, and snippets.

@ddbeck
Created May 5, 2012 22:44
Show Gist options
  • Save ddbeck/2606100 to your computer and use it in GitHub Desktop.
Save ddbeck/2606100 to your computer and use it in GitHub Desktop.
JSON Syntax Error Example
{
"key": "value",
"name": "Jeremy", // <--- this comma is fine
"location": "USA", // <--- this comma is an error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment