Skip to main content

core.pointer.fromjson

Home > @medplum/core > Pointer > fromJSON

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.