s&box docs

public class Sandbox.Json.Pointer

Represents a JSON Pointer as defined in RFC 6901.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

public Pointer(string value)

Initializes a new instance of the `Sandbox.Json.Pointer` class with the specified string.

Parameters

  • value: The string value of the JSON Pointer.

Methods

Showing 4 methods

public System.Text.Json.Nodes.JsonNode Evaluate(System.Text.Json.Nodes.JsonNode document)

public Sandbox.Json.Pointer GetParent()

Returns a new `Sandbox.Json.Pointer` representing the parent of the current pointer.

Returns

A new `Sandbox.Json.Pointer` for the parent path.

Properties

Showing 2 properties

public System.Collections.Immutable.ImmutableArray`1<string> Sandbox.Json.Pointer.ReferenceTokens { get; set; }

The reference tokens that make up the JSON Pointer.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Json.Pointer

On this page