Code has been added to clipboard!

Describing Objects in JavaScript JSON

Example
"employee":[
    {"firstName":"Bob", "lastName":"Dilon"}, 
    {"firstName":"Ben", "lastName":"Aflik"},
    {"firstName":"Natalie", "lastName":"Kidmun"},
]