FRIKIdelTO

ejemplo de JSON

Jan 13th, 2022 (edited)
1,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. [
  2.     {
  3.         "nombre": "FRIKIdelTO",
  4.         "edad": 35,
  5.         "altura": 1.79,
  6.         "aficciones": [
  7.             "videojuegos",
  8.             "aprender programación",
  9.             "enseñar programación"
  10.         ],
  11.         "otros": "semental",
  12.         "rrss": {
  13.             "instagram": true,
  14.             "tiktok": false
  15.         }
  16.     },
  17.     {
  18.         "nombre": "Rubius",
  19.         "edad": 31,
  20.         "altura": 1.85,
  21.         "aficciones": [
  22.             "minecraft",
  23.             "twitch",
  24.             "Andorra"
  25.         ],
  26.         "otros": null,
  27.         "rrss": {
  28.             "instagram": true,
  29.             "tiktok": true
  30.         }
  31.     }
  32. ]
Add Comment
Please, Sign In to add comment