On Thursday, 7 November 2019 at 14:56:04 UTC, Andrea Fontana
wrote:
> Here the right way:
> j.object.remove("x");
Thanks. That does the trick.
> I found std.json syntax a bit strange, so I wrote a wrap over
> std.json to add a bit of syntax sugar:
> https://github.com/2night/jsonwrap/
Thanks. I'll check it out.