I need to validate the fields within the "Extras" array, they are really "Number" and "Country_code", I also need to be able to obtain the values. HELP PLEASE !!
"Persona": [
{
"Nombre":"Maria",
"Apellido":"Vargaz",
"Extras":[
{
"Numero":6666666,
"Codigo_Pais":506
}
],
"Direccion":{
"Pais":"Costa Rica"
}
},
{
"Nombre":"Maria",
"Apellido":"Vargaz",
"Extras":[
{
"Numero":6666666,
"Codigo_Pais":506
}
],
"Direccion":{
"Pais":"Costa Rica"
}
}
]