API Referenceglobal
public class Sandbox.Json.Pointer
Represents a JSON Pointer as defined in RFC 6901.
Related Guides
Broader workflow and conceptual references connected to this API.
Razor Panels
UI can also be created using Razor, which allows you to use web-like HTML/CSS to create and style each Panel while also being able to leverage C#.
Style Properties
We try to keep as close to standard web styles as possible - but not every property is implemented. We'll use this page to highlight any differences.
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.
No results match this filter.
Methods
Showing 4 methods
No results match this filter.
Properties
Showing 2 properties
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Json.Pointer |