Library for serialization of data (with cycles) to JSON and binary
Ilya Yaroshenko via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Aug 6 09:25:48 PDT 2016
On Saturday, 6 August 2016 at 16:11:03 UTC, Neurone wrote:
> Is there a library that can serialize data (which may contain
> cycles) into JSON and a binary format that is portable across
> operating systems?
JSON: http://code.dlang.org/packages/asdf
Binary: http://code.dlang.org/packages/cerealed
More information about the Digitalmars-d-learn
mailing list