My Object
How to remove keys like UserID, UserName from it… i mean selected keys… delete operator is not working in my case.
for (i=0 i <obj.length; i ++) {
delete obj[i]['keyName'];
}
The above does not work, neither throws an error. Any other way…
How about this solution….
Delete should work, i am not sure about the mistake you are doing..
http://jsfiddle.net/spechackers/43hTD/