Skip to content

Instantly share code, notes, and snippets.

@Newky
Created May 21, 2013 21:44
Show Gist options
  • Save Newky/5623523 to your computer and use it in GitHub Desktop.
Save Newky/5623523 to your computer and use it in GitHub Desktop.
Demo of creating and adding bad json for write up
$ echo "{" >> bad.json
$ git add bad.json
$ git commit
Invalid json in bad.json:
Expecting object: line 1 column 1 (char 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment