JsonPointer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |