Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@walletconnect/safe-json

walletconnect1.7mMIT1.0.2TypeScript support: included

Safe Json Utils

safe, json, parse, stringify, utils

readme

safe-json-utils npm version

Safe Json Utils

API

function safeJsonParse(value: any): any;
function safeJsonStringify(value: any): string;