Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [
  2. {
  3. "id":"1",
  4. "nombre":"Mario",
  5. "categorias":[
  6. {
  7. "id":1,
  8. "descripcion":"Accion",
  9. "peliculas":[
  10. {
  11. "id":1,
  12. "descripcion":"Mision de Rescate"
  13. },
  14. {
  15. "id":1,
  16. "descripcion":"Escuadron 6"
  17. }
  18. ]
  19. }
  20. ]
  21. }
  22. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement