JPathArrayIndexer

Namespace: SnowBank.Data.Json.JPath · class

Implements: JPathExpression, IEquatable<JPathExpression>

Expression that represents a single element of a JSON Array

Properties

Index

int Index { get; }

Index of the element to read

Node

JPathExpression Node { get; }

Expression for the array

Methods

Equals

bool Equals(JPathExpression other)

GetHashCode

int GetHashCode()

ToString

string ToString()