@override String format(O object) { final encoded = jsonEncode(object, toEncodable: _structuredValue); return '$encoded\n'; }