Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # sample | 1 # Conversion utilities package |
| 2 | 2 |
| 3 A library for Dart developers. It is awesome. | 3 This package contains encoders and decoders for converting between different |
| 4 | 4 data representations. It's the external counterpart of the `dart:convert` core |
| 5 ## Features and bugs | 5 library, and contains less-central APIs and APIs that need more flexible |
| 6 | 6 versioning. |
| 7 Please file feature requests and bugs at the [issue tracker][tracker]. | |
| 8 | |
| 9 [tracker]: https://github.com/dart-lang/sample/issues | |
| OLD | NEW |