Created
October 17, 2012 04:27
-
-
Save stdavis/3903703 to your computer and use it in GitHub Desktop.
GetLakePackagesForPurchase Option 2 (not preferred)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "packages": [ | |
| { | |
| "name": "Lake Michigan", | |
| "packageId": 123, | |
| "product": "Michigan" | |
| }, | |
| { | |
| "name": "Lake Michigan", | |
| "packageId": 123, | |
| "product": "Wisconsin" | |
| }, | |
| { | |
| "name": "Davis Lake", | |
| "packageId": 456, | |
| "product": "Michigan" | |
| }, | |
| { | |
| "name": "Lake Fish4U", | |
| "packageId": 789, | |
| "product": "Wisconsin" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment