---
meta:
 - name: keywords
   description: api typescript node.js documentation jsonParse function
---
# jsonParse - @tsed/config

## Usage

```typescript
import { jsonParse } from "@tsed/config/src/utils/jsonParse";
```

> See [/packages/config/src/utils/jsonParse.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/config/src/utils/jsonParse.ts#L0-L0).

## Overview

```ts
function jsonParse(value: string): any;
```
