Skip to content

Instantly share code, notes, and snippets.

@erikhazzard
Created August 10, 2012 05:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erikhazzard/3311383 to your computer and use it in GitHub Desktop.
Save erikhazzard/3311383 to your computer and use it in GitHub Desktop.
class json example
classJson = {"classes": [
{"name": "Phil 165",
"id": "phil165",
"progress": 1.0 },
{"name": "Ed 111",
"id":"ed111",
"progress": 0.6 },
{"name": "CS 106B",
"id":"cs106b",
"progress": 0.7 },
{"name": "Anthro 78",
"id":"anthro78",
"progress": 0.4 }
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment