digitalmars.D.announce - jsoniopipe now supports JSON5
- Zz (7/15) Dec 29 2023 https://forum.dlang.org/post/u5361j$2tfv$1@digitalmars.com
- aberba (4/23) Dec 29 2023 Last time I took a look at iopipe, it was unclear how to even do
- aberba (2/29) Dec 29 2023 std_data_json
- Steven Schveighoffer (4/5) Dec 29 2023 I replied on the [learn
https://forum.dlang.org/post/u5361j$2tfv$1 digitalmars.com On Monday, 29 May 2023 at 21:38:54 UTC, Steven Schveighoffer wrote:https://code.dlang.org/packages/jsoniopipe This little project is one that I've tinkered with for a long time, I use it in a few places. I just updated it to support [JSON5](https://json5.org), which is a format much more suited to configuration than straight JSON. AFAIK, this is the first D project that parses JSON5! -SteveHi, Any plans on having an interface similar to std.json? Regards, Zz
Dec 29 2023
On Friday, 29 December 2023 at 08:04:31 UTC, Zz wrote:https://forum.dlang.org/post/u5361j$2tfv$1 digitalmars.com On Monday, 29 May 2023 at 21:38:54 UTC, Steven Schveighoffer wrote:Last time I took a look at iopipe, it was unclear how to even do a basic example with no docs available. I when for vibe_data_json packagehttps://code.dlang.org/packages/jsoniopipe This little project is one that I've tinkered with for a long time, I use it in a few places. I just updated it to support [JSON5](https://json5.org), which is a format much more suited to configuration than straight JSON. AFAIK, this is the first D project that parses JSON5! -SteveHi, Any plans on having an interface similar to std.json? Regards, Zz
Dec 29 2023
On Friday, 29 December 2023 at 18:26:20 UTC, aberba wrote:On Friday, 29 December 2023 at 08:04:31 UTC, Zz wrote:std_data_jsonhttps://forum.dlang.org/post/u5361j$2tfv$1 digitalmars.com On Monday, 29 May 2023 at 21:38:54 UTC, Steven Schveighoffer wrote:Last time I took a look at iopipe, it was unclear how to even do a basic example with no docs available. I when for vibe_data_json packagehttps://code.dlang.org/packages/jsoniopipe This little project is one that I've tinkered with for a long time, I use it in a few places. I just updated it to support [JSON5](https://json5.org), which is a format much more suited to configuration than straight JSON. AFAIK, this is the first D project that parses JSON5! -SteveHi, Any plans on having an interface similar to std.json? Regards, Zz
Dec 29 2023
On Friday, 29 December 2023 at 08:04:31 UTC, Zz wrote:Any plans on having an interface similar to std.json?I replied on the [learn forum](https://forum.dlang.org/post/szepssmksyrcdzbvsnqp forum.dlang.org). -Steve
Dec 29 2023