Lenin_Daniel

Untitled

Jan 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.31 KB | None | 0 0
  1. {
  2.     "Estructura": [
  3.         {"Descripcion":"Nombre"},
  4.         {"Descripcion":"Apellido"},
  5.         {"Descripcion":"Lugar de residencia"}
  6.     ], 
  7.     "Detalles": [
  8.         {
  9.             "columna1":"Juan",
  10.             "columna2":"Perez",
  11.             "columna3":"Managua",
  12.         },
  13.         {
  14.             "columna1":"Maria",
  15.             "columna2":"López",
  16.             "columna3":"Leon",
  17.         }
  18.     ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment