Created
December 23, 2012 16:25
-
-
Save jbail/4364137 to your computer and use it in GitHub Desktop.
Basic JSON example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var website = { | |
| name: '*Nothing Found' | |
| url: 'http://www.jeffbail.com', | |
| age_in_years: 12 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment