| Pointer | Initializes a new instance of the Sandbox.Json.Pointer class with the specified string. |
| IsRoot | |
| ReferenceTokens | The reference tokens that make up the JSON Pointer. |
| Append | Appends a token to the JSON Pointer and returns a new Sandbox.Json.Pointer. |
| Evaluate | |
| GetParent | Returns a new Sandbox.Json.Pointer representing the parent of the current pointer. |
| Root | A static instance representing the root JSON Pointer (i.e., "/"). |