# JsonParseContext

`import { JsonParseContext } from "destack:json";`

Source context passed to a JSON reviver.

```ds title="JsonParseContext"
export struct JsonParseContext {
    source: string;
}
```

[language/library/src/json/json.ds:7:10](https://github.com/destack-sh/destack/blob/main/language/library/src/json/json.ds#L7-L10)

## Members

### `source: string`

The source text for the current value.
