This is the json object I am working with
{ \"name\": \"John Smith\", \"age\": 32, \"employed\": true, \"address\": {
const newTestJson = JSON.parse(JSON.stringify(testJson)); newTestJson.collegeId = {"eventno": "6062","eventdesc": "abc"}; testJson = newTestJson;