mjson
mjson copied to clipboard
bug in object delAt
public Json delAt(String property)
{
Json el = object.remove(property);
removeParent(el, this);
return this;
}
when there is no value for the property being deleted, the removeParent call leads to an NPE