Summary
Represents a complete set of changes to be applied to a JSON structure.
Remarks
A patch contains all the operations needed to transform one JSON structure into another
while preserving object identity and relationships.
Constructors
Properties
| AddedObjects |
Objects that need to be added to the target structure. |
| MovedObjects |
Objects that need to be moved to a different location in the structure. |
| PropertyOverrides |
Property values that need to be changed on existing objects. |
| RemovedObjects |
Objects that need to be removed from the target structure. |