JPathFilterExpression

Namespace: SnowBank.Data.Json.JPath · class

Implements: JPathExpression, IEquatable<JPathExpression>

Expression that outputs only the elements or a source expression that pass a filter

Properties

Filter

JPathExpression Filter { get; }

Expression for the filter to applies

Node

JPathExpression Node { get; }

Expression for the elements to filter

Methods

Equals

bool Equals(JPathExpression other)

GetHashCode

int GetHashCode()

ToString

string ToString()