Classes
Methods
(static) JsonPointer.create() → {JsonPointer}
Build an empty JsonPointer
- Source:
Returns:
a new empty JsonPointer
- Type
- JsonPointer
(static) JsonPointer.from(pointer) → {JsonPointer}
Build a JsonPointer from a json pointer string
Parameters:
| Name | Type | Description |
|---|---|---|
pointer |
string | the string representing a pointer |
- Source:
Returns:
new instance of JsonPointer
- Type
- JsonPointer