Advertisement
Guest User

JSON

a guest
Jun 6th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "Attribute1": "Value1",
  3. "Attribute2": 0,
  4. "Elements": [
  5. {
  6. "ListItemName": "Item1",
  7. "ListAttribute1": 12,
  8. "ListAttribute2": 13,
  9. "ListAttribute3": 13,
  10. "ListAttribute4": 1231312414
  11. },
  12. {
  13. "ListItemName": "Item2",
  14. "ListAttribute1": 12,
  15. "ListAttribute2": 13,
  16. "ListAttribute3": 13,
  17. "ListAttribute4": 1231312414
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement