Namespace: Json.Path
Inheritance: PathResult
🡒 object
The results of a JSON Path evaluation against a JSON instance.
Properties
Name | Type | Summary |
---|---|---|
Error | string | An error, if any, that occurred during evaluation. |
Matches | NodeList | The list of matches. |