JPathSpecialToken
Namespace: SnowBank.Data.Json.JPath · class
Implements: JPathExpression, IEquatable<JPathExpression>
Expression that represents a special JPath Token (either $ or @)
Properties
Token
char Token { get; }
Value of the token
Methods
Equals
bool Equals(JPathExpression other)
GetHashCode
int GetHashCode()
ToString
string ToString()