Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "array": [{
  3. "parent_id": "A",
  4. "children": [{
  5. "id": "a1"
  6. }, {
  7. "id": "a2"
  8. }
  9. ]
  10. }, {
  11. "parent_id": "B",
  12. "children": [{
  13. "id": "b1"
  14. }, {
  15. "id": "b2"
  16. }
  17. ]
  18. }
  19. ],
  20. }
  21.  
  22. [{"parent_id": "A", "id": "a1"}, {"parent_id": "A", "id": "a2"}...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement