JPathArrayRange

Namespace: SnowBank.Data.Json.JPath · class

Implements: JPathExpression, IEquatable<JPathExpression>

Expression that represents the access to a part of a JSON Array

Properties

EndExclusive

int? EndExclusive { get; }

Index where to stop reading, or null to read until the end.

Node

JPathExpression Node { get; }

Expression for the JSON array.

StartInclusive

int? StartInclusive { get; }

Index where to start reading from the array, or null to read from the first element.

Methods

Equals

bool Equals(JPathExpression other)

GetHashCode

int GetHashCode()

ToString

string ToString()