Home PathParsingOptions Class
PathParsingOptions Class
Cancel

PathParsingOptions Class

Namespace: Json.Path

Inheritance: PathParsingOptions 🡒 object

Defines a set of configuration options to control parsing behavior.

Properties

NameTypeSummary
AllowInOperatorboolGets or sets whether the in operator is allowed.
AllowJsonConstructsboolGets or sets whether JSON objects and arrays (double-quotes only) are permitted in expression syntax.
AllowMathOperationsboolGets or sets whether mathematical operators are allowed.
AllowRelativePathStartboolGets or sets whether a JSON Path can start with the @ symbol instead of $.
TolerateExtraWhitespaceboolGets or sets whether the JSON Path can contain whitespace in places the spec says it shouldn’t, e.g. between a function name and the opening parenthesis.
Contents