var myObj = {'test' : {'key1' : 'value', 'key2': 'value'}};
delete myObj.test.key1;
delete json[test];
References
http://stackoverflow.com/questions/1219630/remove-a-json-attribute
http://stackoverflow.com/questions/5310304/remove-json-element
var myObj = {'test' : {'key1' : 'value', 'key2': 'value'}};
delete myObj.test.key1;
delete json[test];
References
http://stackoverflow.com/questions/1219630/remove-a-json-attribute
http://stackoverflow.com/questions/5310304/remove-json-element