dartson 0.2.7 copy "dartson: ^0.2.7" to clipboard
dartson: ^0.2.7 copied to clipboard

Dartson is a Dart library that can be used to convert Dart objects into a JSON string. It uses dart:mirrors reflection to rebuild the schema. It also works in dart2js using code transformers.

Changelog #

0.2.6 (10/05/2015) #

  • Bump dependency versions in pubspec

0.2.4 (7/04/2015) #

  • Support for "double" types
  • Update of source_spans dependency

0.2.3 (5/25/2015) #

  • Updated analyzer and test dependency (thanks to @rightisleft)

0.2.1 (2/10/2015) #

  • Changed the default DateTime serialized format to ISO 8601 with Z notation.

0.2.0 (1/29/2015) #

  • Added a transformer that generates static serialization rules and does not use mirrors.
  • Breaking changes:
    • You now have to instantiate a Dartson instance instead of relying on global functions.
    • You now add custom transformer to the Dartson instance instead of adding them globally.

0.1.6 (6/05/2014) #

  • Added dartson.fill function
  • Compatible to dart 1.4+

0.1.5 (3/14/2014) #

  • Added dartson.TypeTransformer see README.md
  • Added package:dartson/default_transformers.dart

0.1.4 #

  • Fixed @MirrorsUsed annotations
  • Added map and mapList functions to use an already parsed map
0
likes
25
pub points
26%
popularity

Publisher

unverified uploader

Dartson is a Dart library that can be used to convert Dart objects into a JSON string. It uses dart:mirrors reflection to rebuild the schema. It also works in dart2js using code transformers.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, barback, logging, source_maps, source_span

More

Packages that depend on dartson