Last active
August 29, 2015 14:20
-
-
Save jess/c85b94e9b809a0e48c70 to your computer and use it in GitHub Desktop.
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
{ | |
"user_picks": | |
{ | |
"parcel_id": 18, | |
"shipment_id": 5, | |
"product_picks": | |
[ | |
{ | |
"id": 3, | |
"allotment": 1, | |
"size": 1, | |
"picks": | |
[ | |
{ | |
"id": 4, | |
"image": "/uploads/picks/images/4/Screenshot_2015-04-21_09.05.20.png", | |
"title": "Test Pick2" | |
} | |
] | |
}, | |
{ | |
"id": 5, | |
"allotment": 3, | |
"size": 2, | |
"picks": | |
[ | |
{ | |
"id": 4, | |
"image": "/uploads/picks/images/4/Screenshot_2015-04-21_09.05.20.png", | |
"title": "Test Pick2" | |
}, | |
{ | |
"id": 6, | |
"image": "/uploads/picks/images/6/Screenshot_2015-03-13_08.36.50.png", | |
"title": "Shampoo" | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment