Guest User

Untitled

a guest
Jan 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. [{
  2. "name": "Adam",
  3. "class": "man",
  4. "textClass": "emphasis",
  5. "marriages": [{
  6. "spouse": {
  7. "name": "Megan",
  8. "class": "woman"
  9. },
  10. "children": [{
  11. "name": "Lilo",
  12. "class": "man",
  13. "marriages": [{
  14. "spouse": {
  15. "name": "ladyCat",
  16. "class": "woman"
  17. },
  18. "children": [{
  19. "name": "Meokity",
  20. "class": "man",
  21. "marriages": []
  22. }, {
  23. "name": "Jane",
  24. "class": "woman"
  25. }, {
  26. "name": "Jasper",
  27. "class": "man",
  28. "extra": {
  29. "favorite_color": "Blue"
  30. }
  31. }, {
  32. "name": "Emma",
  33. "class": "woman"
  34. }, {
  35. "name": "Julia",
  36. "class": "woman"
  37. }, {
  38. "name": "Jessica",
  39. "class": "woman"
  40. }]
  41. }]
  42. }]
  43. }]
  44. }]
Add Comment
Please, Sign In to add comment