Ver Mensaje Individual
  #7  
Antiguo 18-10-2022
Avatar de StartKill
StartKill StartKill is offline
Miembro
 
Registrado: ene 2004
Posts: 299
Reputación: 21
StartKill Va por buen camino
Cita:
Empezado por Casimiro Notevi Ver Mensaje
¿Pero el "json" que lees está en utf8?
El JSON que utilizo es un copy/paste dentro de un memoedit

[
{
"id": 1,
"nombre": "Pepíto Conejo",
"edad": 25,
"carnet": 1
},
{
"id": 2,
"nombre": "Ana Barbéro",
"edad": 90,
"carnet": 0
}
]
Responder Con Cita