Encode baris sebagai pretty-printed JSON.
static String encodePretty(Map<String, Object?> row) { return _encoder.convert(prepareRow(row)); }