11. Working with APIs and JSON
JSON Structure
JSON Object
{
"name": "Alex F",
"email": "[email protected]",
"phone": 1234567890
}{
"line1": "100 Winter Street",
"line2": "Apt 202",
"city": "Boston",
"state": "MA",
"zip": 02115
}JSON Array
Last updated