Merge pull request #65 from dart-lang/update_readme

add markdown badges to the readme
tree: 4aba83b7877f4beaed795b40cf5b441610289b1a
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Dart CI pub package package publisher

Utilities for converting between data representations.

Conversion utilities package

This package contains encoders and decoders for converting between different data representations. It's the external counterpart of the dart:convert core library, and contains less-central APIs and APIs that need more flexible versioning.

See also api.dart.dev/dart-convert.