Share via


JsonPointer Class

Definition

JSON pointer.

public class JsonPointer
type JsonPointer = class
Public Class JsonPointer
Inheritance
JsonPointer

Constructors

JsonPointer(String)

Initializes the JsonPointer class.

Properties

ParentPointer

Gets the parent pointer.

Tokens

Tokens.

Methods

ToString()

Gets the string representation of this JSON pointer.

Extension Methods

Find(JsonPointer, YamlNode)

Applies to