``` 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