apply_operation_to_multiple_fields

Function apply_operation_to_multiple_fields 

Source
pub fn apply_operation_to_multiple_fields(
    item: &Value,
    field_paths: &[&str],
    operation: &str,
) -> Result<Value, Error>
Expand description

複数フィールドに対して同じ操作を適用(ケース1)