Namespace: Json.Patch
Inheritance: PatchResult
🡒 object
Results for a JSON Patch application.
Properties
Name | Type | Summary |
---|---|---|
Error | string | Gets any error that occurred. |
IsSuccess | bool | Gets whether there was an error. |
Operation | int | Gets the last operation that was attempted. |
Result | JsonNode | Gets the resulting JSON document. |