Guest User

Untitled

a guest
Jun 13th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {"a" :[
  2. {
  3. "b": "name_1",
  4. "c":[
  5. {"d": "value_1", "e": "true"},
  6. {"d": "value_2"},
  7. {"d": "value_3", "e": "true"}
  8. ]
  9. },
  10. {
  11. "b": "name_2",
  12. "c":[
  13. {"d": "value_4", "e": "true"},
  14. {"d": "value_5"},
  15. {"d": "value_6"}
  16. ]}
  17. ]
  18.  
  19. }
Add Comment
Please, Sign In to add comment