Dart Core Libraries 'dart:convert'
The dart:convert library (API reference) has converters for JSON and UTF-8, as well as support for creating additional converters.
This library provides a set of encoders and decoders that allow Dart applications to seamlessly convert data between di...