import mir.conv: to;
import fghj.jsonparser;
auto fghjData = `{"foo":"bar","inner":{"a":true,"b":false,"c":"32323","d":null,"e":{}}}`.parseJson;
fghjData["inner", "d"].remove;
assert(fghjData.to!string == `{"foo":"bar","inner":{"a":true,"b":false,"c":"32323","e":{}}}`);
Sets deleted bit on