JSON константа
JSON = const JsonCodec()Экземпляр по умолчанию реализации JsonCodec.
Этот экземпляр предоставляет удобный доступ к наиболее распространённым случаям использования JSON.
Примеры:
var encoded = JSON.encode([1, 2, { "a": null }]);
var decoded = JSON.decode('["foo", { "bar": 499 }]');
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/JSON-constant.html