JPathObjectIndexer

Namespace: SnowBank.Data.Json.JPath · class

Implements: JPathExpression, IEquatable<JPathExpression>

Expression that represents a field access in a JSON Object (ex: foo['bar'])

Properties

Name

string Name { get; }

Name of the field that is accessed

Node

JPathExpression Node { get; }

Expression for the parent object

Methods

Equals

bool Equals(JPathExpression other)

GetHashCode

int GetHashCode()

ToString

string ToString()