Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.10 KB | None | 0 0
  1. {
  2.   "compania": {
  3.     "-nombre": "Duncan",
  4.     "-domicilio": "Mitre al 1200, piso 6",
  5.     "presidente": {
  6.       "nombre": "Carlos Stefanini",
  7.       "edad": "65"
  8.     },
  9.     "division": [
  10.       {
  11.         "-nombre": "Financiera",
  12.         "director": {
  13.           "nombre": "Felipe Camaño",
  14.           "edad": "40"
  15.         },
  16.         "departamento": [
  17.           {
  18.             "-nombre": "Contaduria",
  19.             "trabajador": {
  20.               "nombre": "Gabriel Machado",
  21.               "antiguedad": "3"
  22.             }
  23.           },
  24.           {
  25.             "-nombre": "Tesoreria",
  26.             "trabajador": [
  27.               {
  28.                 "nombre": "Adriana Sussarini",
  29.                 "antiguedad": "5"
  30.               },
  31.               {
  32.                 "nombre": "Martín Sussarini",
  33.                 "antiguedad": "2"
  34.               },
  35.               {
  36.                 "nombre": "Tobías Anderson",
  37.                 "antiguedad": "5.5"
  38.               }
  39.             ]
  40.           },
  41.           {
  42.             "-nombre": "Sueldos",
  43.             "trabajador": [
  44.               {
  45.                 "nombre": "María Ferraro",
  46.                 "antiguedad": "6"
  47.               },
  48.               {
  49.                 "nombre": "Rubén Saccardi",
  50.                 "antiguedad": "3"
  51.               },
  52.               {
  53.                 "nombre": "Jimena Gutierrez",
  54.                 "antiguedad": "12"
  55.               }
  56.             ]
  57.           }
  58.         ]
  59.       },
  60.       {
  61.         "-nombre": "Recursos Humanos",
  62.         "director": {
  63.           "nombre": "Felipe Camaño",
  64.           "edad": "40"
  65.         },
  66.         "departamento": [
  67.           {
  68.             "-nombre": "Personal",
  69.             "trabajador": [
  70.               {
  71.                 "nombre": "Mariela Yañez",
  72.                 "antiguedad": "10"
  73.               },
  74.               {
  75.                 "nombre": "Florencia Rassano",
  76.                 "antiguedad": "10"
  77.               }
  78.             ]
  79.           },
  80.           {
  81.             "-nombre": "Staffing",
  82.             "trabajador": {
  83.              
  84.             }
  85.           }
  86.         ]
  87.       }
  88.     ]
  89.   }
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement