I'm trying to rename/move a single field within a complex JSON document and am not sure it's possible right now.
The approach I am taking is to first copy the entire input to the output, then copy the desired field to the target field. Finally I would like to delete the original field.
The document I am manipulating is quite complex, and can't really know ahead of time the structure, just that paths as certain locations need manipulation. Having a delete setter action would seem to allow this. Would this be possible?
I'm trying to rename/move a single field within a complex JSON document and am not sure it's possible right now.
The approach I am taking is to first copy the entire input to the output, then copy the desired field to the target field. Finally I would like to delete the original field.
The document I am manipulating is quite complex, and can't really know ahead of time the structure, just that paths as certain locations need manipulation. Having a delete setter action would seem to allow this. Would this be possible?