## Pointer.fromJSON() method

**Signature:**

```typescript
static fromJSON(path: string): Pointer;
```

## Parameters

| Parameter | Type   | Description                                              |
| --------- | ------ | -------------------------------------------------------- |
| path      | string | The JSON path: *must* be a properly escaped string.     |

**Returns:**

[Pointer](/content/docs/sdk/core.pointer)

The JSON pointer object.

- [Pointer.fromJSON() method](/content/docs/sdk/core.pointer.fromjson#pointerfromjson-method/index.html)
- [Parameters](/content/docs/sdk/core.pointer.fromjson#parameters/index.html)
