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

Patch

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.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.