Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 06, 2016 Library for serialization of data (with cycles) to JSON and binary | ||||
---|---|---|---|---|
| ||||
Is there a library that can serialize data (which may contain cycles) into JSON and a binary format that is portable across operating systems? |
August 06, 2016 Re: Library for serialization of data (with cycles) to JSON and binary | ||||
---|---|---|---|---|
| ||||
Posted in reply to Neurone | 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 |
August 06, 2016 Re: Library for serialization of data (with cycles) to JSON and binary | ||||
---|---|---|---|---|
| ||||
Posted in reply to Neurone | On 06/08/16 18:11, 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? XML: http://code.dlang.org/packages/orange -- /Jacob Carlborg |
August 07, 2016 Re: Library for serialization of data (with cycles) to JSON and binary | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ilya Yaroshenko | On Saturday, 6 August 2016 at 16:25:48 UTC, Ilya Yaroshenko wrote:
> 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
"ASDF is currently only very loosely validating jsons and with certain functions even silently and on purpose ignoring failing Objects"
Is there a way of turning this off?
|
Copyright © 1999-2021 by the D Language Foundation