HipJSON: A high performance implementation of JSON parser with std.json syntax. Used by Redub and Hipreme Engine

Dennis dkorpel at gmail.com
Thu Oct 30 12:16:36 UTC 2025


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)?


More information about the Digitalmars-d-announce mailing list