Diff Method
Overloads
| Diff(JToken, JToken) |
Create a set of diffs between two tokens. |
Diff(JToken, JToken)
Create a set of diffs between two tokens.
Declaration
public static IEnumerable<StructureDiff> Diff(JToken left, JToken right)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.Linq.JToken | left |
The old structure. |
| Newtonsoft.Json.Linq.JToken | right |
The new structure. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<StructureDiff> |