jsoniopipe now supports JSON5

Steven Schveighoffer schveiguy at gmail.com
Mon May 29 21:38:54 UTC 2023


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


More information about the Digitalmars-d-announce mailing list