Home PathResult Class
PathResult Class
Cancel

PathResult Class

Namespace: Json.Path

Inheritance: PathResult 🡒 object

The results of a JSON Path evaluation against a JSON instance.

Properties

NameTypeSummary
ErrorstringAn error, if any, that occurred during evaluation.
MatchesNodeListThe list of matches.
Contents