IColumn column = iter.next();
json.append(quote(comp.getString(column.name())));
json.append(", ");
json.append(quote(FBUtilities.bytesToHex(column.value())));
json.append(", ");
json.append(column.timestamp());
json.append(", ");
json.append(column.isMarkedForDelete());
json.append("]");
if (iter.hasNext())
json.append(", ");