On Thursday, 23 October 2025 at 01:50:55 UTC, Hipreme wrote:
Hope you guys enjoy it :)

https://code.dlang.org/packages/hipjson

Very nice! I wonder why you chose to follow std.json's interface with dynamic objects, rather than an introspection based `parseJson(T)(ref T obj, string jsonData)` which fills a struct/class T with values from the json text, ignoring unknown keys.

Can this become a std.json replacement in Phobos v3 (or even v2)?

Reply via email to