Skip to content

Instantly share code, notes, and snippets.

@clintharris
Created November 8, 2011 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintharris/1348050 to your computer and use it in GitHub Desktop.
Save clintharris/1348050 to your computer and use it in GitHub Desktop.
ModelA sample data JSON for use with http://jsfiddle.net/clint_harris/GZ6gZ/
{
"data" : [
{
"id" : 100,
"propertyA" : "value A1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment