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"},
]
Code has been added to clipboard!
"employee":[
{"firstName":"Bob", "lastName":"Dilon"},
{"firstName":"Ben", "lastName":"Aflik"},
{"firstName":"Natalie", "lastName":"Kidmun"},
]