0

I have the next array by a php file into the server:

 {
    "Id": [
        "2",
        "3",
        "5"
    ],
    "Nombre": [
        "PRj1",
        "PRj2",
        "PRj3"
    ],
    "Imagen": [
        "http://kcfinder/upload/imagenes/proyectos/2/portada.jpg",
        "http://kcfinder/upload/imagenes/proyectos/3/portada.jpg",
        "http://kcfinder/upload/imagenes/proyectos/5/portada.jpg"
    ]
}

I need extract the info for make the next arrays:

String [] Id,Nombre,Imagen;

How can i get it?

AndiGeeky
  • 11,266
  • 6
  • 50
  • 66

0 Answers0