Is there such a JSON parser?

torhu torhu at yahoo.com
Sun Jan 1 23:28:12 UTC 2023


I need to parse some JSON data into various data structures, so 
I'm looking for a parser based on events or ranges. One that 
doesn't just load the file and build a data structure that 
represents the whole thing. So not std.json, at least.


More information about the Digitalmars-d-learn mailing list