Created
February 4, 2022 12:50
-
-
Save Mikodes/634118bb6b802ea5aa999d85d00c69ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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":"7ª", | |
"puerta":"3" | |
}, | |
"user":{ | |
"firstName":"Miguel", | |
"lastName":"Lopez", | |
"phone":"+34630803461", | |
"email":"[email protected]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment