dynamo 0.0.2 copy "dynamo: ^0.0.2" to clipboard
dynamo: ^0.0.2 copied to clipboard

outdatedDart 1 only

JSON serialization for object graphs

dynamo #

A JSON serialization for object graphs. This library will not generate a simple JSON but add some information for types and references. Thus this library supports circle references, inheritance and object graphs (reference aware).

Dynamo uses source_gen to generate code. Build steps are needed to setup,

It has no dependency to the 'dart:mirror'.

If you need just simple JSON serialization you might use JsonSerializable from source_gen instead, or Dartson. Latter uses code transformers.

Dyname is rewritten from scratch, but influenced from Dartson (dartson on github), with some some extensions to Dartson.

This is the first working draft - Docu and more enhancement coming soon. Right now see tests for usage.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

JSON serialization for object graphs

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, logging, source_gen

More

Packages that depend on dynamo