core.pointer.fromjson | Medplum
Pointer.fromJSON() method
Signature:
static fromJSON(path: string): Pointer;
Parameters
| Parameter | Type | Description |
|---|---|---|
| path | string | The JSON path: must be a properly escaped string. |
Returns:
The JSON pointer object.
Signature:
static fromJSON(path: string): Pointer;
| Parameter | Type | Description |
|---|---|---|
| path | string | The JSON path: must be a properly escaped string. |
Returns:
The JSON pointer object.