Encodes a JSON-safe map to a JSON string.
@override String encode(Map<String, dynamic> value) { return jsonEncode(value); }