Skip to content

jsonParse

@tsed/config

Usage

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

See /packages/config/src/types/utils/jsonParse.ts.

Overview

ts
function jsonParse(value: string): any;

Released under the MIT License.