Skip to content

Instantly share code, notes, and snippets.

@bluejaysql
Created February 18, 2015 23:50
Show Gist options
  • Save bluejaysql/696e1365de1b97edced7 to your computer and use it in GitHub Desktop.
Save bluejaysql/696e1365de1b97edced7 to your computer and use it in GitHub Desktop.
Basic Justice League JSON data
{
"u001": { "code":"A001", "alterego":"Superman", "alias":"Clark Kent", "species":"Kryptonian" },
"u002": { "code":"A002", "alterego":"Batman", "alias":"Bruce Wayne", "species":"Human" },
"u003": { "code":"A003", "alterego":"Wonder Woman", "alias":"Diana Prince", "species":"Amazonian" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment