Skip to content

Instantly share code, notes, and snippets.

@lamp
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save lamp/c7aee23ec7118dde221b to your computer and use it in GitHub Desktop.

Select an option

Save lamp/c7aee23ec7118dde221b to your computer and use it in GitHub Desktop.
test data structure
{
"1111111" : {
"name" : "Canola",
"amounts_by_grade_and_variety" : [{
"amount" : 10,
"grade" : "high",
"variety" "bestest"
},
{
"amount" : 10,
"grade" : "medium",
"variety" "bestest"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment