JPathQuoteExpression
Namespace: SnowBank.Data.Json.JPath · class
Implements: JPathExpression, IEquatable<JPathExpression>
Expression that buffers the elements returned by another expression, into a single JSON Array
Properties
Node
JPathExpression Node { get; }
Source expression that returns one or more elements
Methods
Equals
bool Equals(JPathExpression other)
GetHashCode
int GetHashCode()
ToString
string ToString()