Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "products": [
  3. {"id": 1040, "price": 2.95, ...}
  4. {"id": 4545, "price": 3.95, ...}
  5. ]
  6. }
  7.  
  8. {
  9. "products": {
  10. "1040": {"id": 1040, "price": 2.95, ...}
  11. "4545": {"id": 4545, "price": 3.95, ...}
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement