Skip to content

Instantly share code, notes, and snippets.

@Mikodes
Created February 4, 2022 12:50
Show Gist options
  • Save Mikodes/634118bb6b802ea5aa999d85d00c69ae to your computer and use it in GitHub Desktop.
Save Mikodes/634118bb6b802ea5aa999d85d00c69ae to your computer and use it in GitHub Desktop.

Revisions

  1. Mikodes created this gist Feb 4, 2022.
    24 changes: 24 additions & 0 deletions update paciente.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    "name": "Mike",
    "lastName":"NIGHT",
    "email":"[email protected]",
    "phone":"+34630803461",
    "tsi":"numerotsi",
    "dni":"numerodni",
    "address":{
    "province":"Barcelona",
    "city":"Sabadell",
    "postalCode":"08206",
    "streetLine1":"Calle pajaro",
    "numflat":"14",
    "piso":"",
    "puerta":"3"
    },
    "user":{
    "firstName":"Miguel",
    "lastName":"Lopez",
    "phone":"+34630803461",
    "email":"[email protected]"
    }

    }