Skip to content

parseJson

parseJson(str): any

Defined in: packages/common/src/json.ts:12

Parse JSON with bigint support.

string

The JSON string to parse.

any