JsonPathOperatorExtensions<T> extension

on

Properties

isEmpty bool

Available on JsonPath<T>, provided by the JsonPathOperatorExtensions extension

Whether this path is empty, eg "/"
no setter
isNotRoot bool

Available on JsonPath<T>, provided by the JsonPathOperatorExtensions extension

no setter
verifyNotRoot JsonPath<T>

Available on JsonPath<T>, provided by the JsonPathOperatorExtensions extension

no setter

Methods

plus<TT>(JsonPath<TT> path) JsonPath<TT>

Available on JsonPath<T>, provided by the JsonPathOperatorExtensions extension

Operators

operator +(dynamic path) JsonPath

Available on JsonPath<T>, provided by the JsonPathOperatorExtensions extension