Queues a JSON patch merge for column using the provided delta map.
column
delta
void jsonPatch(String column, Map<String, Object?> delta) => _asAttributes.setJsonAttributePatch(column, delta);