www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - jsoniopipe now supports JSON5

reply Zz <zz zz.com> writes:
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!

 -Steve
Hi, Any plans on having an interface similar to std.json? Regards, Zz
Dec 29 2023
next sibling parent reply aberba <karabutaworld gmail.com> writes:
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:
 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!

 -Steve
Hi, Any plans on having an interface similar to std.json? Regards, Zz
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 package
Dec 29 2023
parent aberba <karabutaworld gmail.com> writes:
On Friday, 29 December 2023 at 18:26:20 UTC, aberba wrote:
 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:
 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!

 -Steve
Hi, Any plans on having an interface similar to std.json? Regards, Zz
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 package
std_data_json
Dec 29 2023
prev sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
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