Skip to content

Instantly share code, notes, and snippets.

@amrelarabi
Created November 5, 2018 16:09
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save amrelarabi/dcc5d2bfdf906d7aa39fbb01fb18537c to your computer and use it in GitHub Desktop.
{
"firstName": "Foo",
"lastName": "Bar",
"address": {
"streetAddress": "21 2nd Street",
"city": "Cairo"
},
"phoneNumbers": [
{ "type": "home", "number": "212 555-1234" },
{ "type": "fax", "number": "646 555-4567" }
]
}
@amga999
Copy link

amga999 commented Mar 21, 2020

{
"firstName": "Foo",
"lastName": "Bar",
"address": {
"streetAddress": "21 2nd Street",
"city": "Cairo"
},
"phoneNumbers": [
{ "type": "home", "number": "212 555-1234" },
{ "type": "fax", "number": "646 555-4567" }
]
}

@EngAhmedAlhopi
Copy link

{
"firstName" => "Foo",
"lastName" => "Bar",
"address" => {
"streetAddress" => "21 2nd Street",
"city" => "Cairo"
},
"phoneNumbers" => [
{ "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