Decodes UTF-8 bytes into a JSON-safe map.
bytes
Map<String, dynamic> decodeBytes(List<int> bytes) { return decode(utf8.decode(bytes)); }