blob: 4efd4b0b30c16eb5669e1c341ebb4212304697bd [file] [log] [blame] [view]
[![Dart CI](https://github.com/dart-lang/core/actions/workflows/convert.yaml/badge.svg)](https://github.com/dart-lang/core/actions/workflows/convert.yaml)
[![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)
Contains encoders and decoders for converting between different
data representations. It's the external counterpart of the
[`dart:convert`](https://api.dart.dev/dart-convert/dart-convert-library.html)
SDK library, and contains less-central APIs and APIs that need more flexible
versioning.