json-example
{ | |
"firstName": "Frank", | |
"lastName": "Weigel", | |
"age": 25, | |
"address": | |
{ | |
"streetAddress": "21 2nd Street", | |
"city": "MV", | |
"state": "CA", | |
"postalCode": "94040" | |
}, | |
"phoneNumber": | |
[ | |
{ | |
"type": "home", | |
"number": "212 555-1234" | |
}, | |
{ | |
"type": "fax", | |
"number": "646 555-4567" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment