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:

Pointer

The JSON pointer object.