I suppose this touches on off topic, but ... is it possible to remove an entry completely from a JSON hash?
say I have
{
firstString: 'first',
secondString: 'second'
}
and evaluate this into a json object, and I want to remove
firstString, could I do something like
json.remove(json.firstString);
?
Andreas
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
