Advertisement
zacmaster

Untitled

Oct 7th, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.08 KB | None | 0 0
  1. {
  2.   "alumnos": [
  3.     {
  4.       "id": 1,
  5.       "name": "Zacarías",
  6.       "lastname": "Samaniego",
  7.       "email": "zacariassamaniego@gmail.com",
  8.       "dni": "12312398",
  9.       "disabled": false,
  10.       "contactos": [
  11.         {
  12.           "id": 1,
  13.           "fecha": "2018-10-04",
  14.           "titulo": "some title",
  15.           "contenido": "some description"
  16.         }
  17.       ],
  18.       "phone": "1185773422"
  19.     },
  20.     {
  21.       "id": 2,
  22.       "name": "Jorge",
  23.       "lastname": "Rearte",
  24.       "email": "jorgerearte@gmail.com",
  25.       "disabled": false,
  26.       "dni": "12312398",
  27.       "phone": "08106661234"
  28.     },
  29.     {
  30.       "id": 3,
  31.       "name": "Marta",
  32.       "lastname": "Nuñez",
  33.       "email": "jeorgelina@gmail.com",
  34.       "disabled": true,
  35.       "dni": "33123546",
  36.       "phone": "1122334563"
  37.     }
  38.   ],
  39.   "cursos": [
  40.     {
  41.       "id": 1,
  42.       "name": "Pintura",
  43.       "temario": "Pintura1, pintura2, sombras"
  44.     },
  45.     {
  46.       "id": 2,
  47.       "name": "Carpinteria",
  48.       "temario": "Cerrucho, Martillo, Clavos"
  49.     }
  50.   ],
  51.  
  52.   "tipoCusos": [
  53.  
  54.   ]
  55.  
  56.  
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement