8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
removeParent