Re: jsoniopipe - exaples?

2023-12-30 Thread Zz via Digitalmars-d-learn
On Saturday, 30 December 2023 at 01:30:22 UTC, Steven Schveighoffer wrote: On Friday, 29 December 2023 at 08:09:58 UTC, Zz wrote: But yeah, I could ingest all the functionality from std.json there. Or maybe even just use `JSONValue` from std.json. Could you make an issue? -Steve Hi Steve,

Re: jsoniopipe - exaples?

2023-12-29 Thread Steven Schveighoffer via Digitalmars-d-learn
On Friday, 29 December 2023 at 08:09:58 UTC, Zz wrote: Hi, Here are some samples from the std.json documentation. Any idea on how to do something similar using jsoniopipe? Directly copied from https://dlang.org/phobos/std_json.html import std.conv : to; // parse a file or string of json into