最佳答案
如果我有一个JSON对象,说:
var myObj = {'test' : {'key1' : 'value', 'key2': 'value'}}
我可以删除'key1',使它变成:
{'test' : {'key2': 'value'}}