Thread overview
jsoniopipe now supports JSON5
Dec 29
Zz
Dec 29
aberba
Dec 29
aberba
December 29

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, 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

December 29

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, 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

December 29

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, 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

December 30

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.

-Steve