blob: 47392cb6aed4f6e968e47c9de60566c3f3ad502d [file] [log] [blame] [view]
[![Dart CI](https://github.com/dart-lang/convert/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/convert/actions/workflows/test-package.yml)
[![pub package](https://img.shields.io/pub/v/convert.svg)](https://pub.dev/packages/convert)
[![package publisher](https://img.shields.io/pub/publisher/convert.svg)](https://pub.dev/packages/convert/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](https://api.dart.dev/stable/dart-convert/dart-convert-library.html).