## pathToJSONPointer() function

Translates a path emitted by this crawler into an RFC6902 JSON Patch pointer

**Signature:**

```typescript
export declare function pathToJSONPointer(path: string): string;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| path | string | A path emitted from a Crawler |

**Returns:**

string

pointer -An RFC6902 pointer describing the path

- [pathToJSONPointer() function](/content/docs/sdk/core.pathtojsonpointer#pathtojsonpointer-function/index.html)
- [Parameters](/content/docs/sdk/core.pathtojsonpointer#parameters/index.html)
