Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "id_": 1,
  3. "name": "Papa",
  4. "parents": [
  5. {
  6. "@class": "com.doubleip.spot.mgmt.test.domain.model.Parent",
  7. "id_": 1,
  8. "name": "Dad",
  9. "children": [
  10. {
  11. "@class": "com.doubleip.spot.mgmt.test.domain.model.Child",
  12. "id_": 1,
  13. "name": "Bob"
  14. },
  15. {
  16. "@class": "com.doubleip.spot.mgmt.test.domain.model.Child",
  17. "id_": 2,
  18. "name": "Trudy"
  19. }
  20. ]
  21. },
  22. {
  23. "@class": "com.doubleip.spot.mgmt.test.domain.model.Parent",
  24. "id_": 2,
  25. "name": "Mom",
  26. "children": [
  27. 1,
  28. 2
  29. ]
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement