tecnologia.json 219 Bytes
Newer Older
Joel Florentin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[
  {
    "id": 1,
    "nombre": "python"
  },
  {
    "id": 2,
    "nombre": "flutter"
  },
  {
    "id": 3,
    "nombre": "c#"
  },
  {
    "id": 4,
    "nombre": "c"
  },
  {
    "id": 5,
    "nombre": "spring"
  }
]