On this pagecore.pointer.fromjsonHome > @medplum/core > Pointer > fromJSON Pointer.fromJSON() method Signature: static fromJSON(path: string): Pointer; Parameters ParameterTypeDescriptionpathstringThe JSON path: *must* be a properly escaped string. Returns: Pointer The JSON pointer object.