Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created October 17, 2012 04:23
Show Gist options
  • Select an option

  • Save stdavis/3903691 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/3903691 to your computer and use it in GitHub Desktop.
GetLakePackagesForPurchase Option 1 (preferred)
{
"products": [
{
"name": "Michigan",
"packages": [
{
"name": "Lake Michigan",
"packageId": 123
},
{
"name": "Davis Lake",
"packageId": 456
}
]
},
{
"name": "Wisconsin",
"packages": [
{
"name": "Lake Michigan",
"packageId": 123
},
{
"name": "Lake Fish4U",
"packageId": 789
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment