Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [{
  2. "someValue" : 123,
  3. "someWord" : "foo",
  4. "anotherValue" : 1,
  5. "someKey" : 4,
  6. "levels" : {
  7. "subValue" : {
  8. "subSubValue" : {
  9. "number" : 5,
  10. "anotherNumber" : 2,
  11. "aThirdNumber" : 3
  12. },
  13. "differentSubValue" : {
  14. "number" : 3,
  15. "anotherNumber" : 7,
  16. "aThirdNumber" : 4
  17. },
  18. ...
  19. "data" : [{
  20. "value" : "string",
  21. "differentValue" : "string",
  22. "thirdValue" : 3
  23. },{
  24. "value" : "string",
  25. "differentValue" : "string",
  26. "thirdValue" : 210
  27. },{
  28. ...
  29. }],
  30.  
  31. }
  32.  
  33. },{
  34.  
  35. repeat structure
  36.  
  37. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement