I have this JSON data:
{ \"employees\": [ { \"firstName\": \"John\", \"lastName\": \"Doe\" }, {
JavaScript
var myObj = { id: "c001", name: "Hello Test" }
Result(JSON)
{ "id": "c001", "name": "Hello Test" }