convertx library

Basically a wrapper around dart:convert, which allows you to use Dart static extension methods (sdk >= 2.6.0) with String and Uint8List.

You can also call .toJsonString() on any Dart object.