# @walletconnect/safe-json

> Safe Json Utils

Latest version **1.0.2** (published 2023-04-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @walletconnect/safe-json
pnpm add @walletconnect/safe-json
yarn add @walletconnect/safe-json
bun add @walletconnect/safe-json
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-04-04 |
| First published | 2021-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 210 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 132 |
| Author | WalletConnect, Inc. |
| Maintainers | crypblizz, devceline, gancho_walletconnect, iljadoesdev, bkrem, pedrouid |
| Keywords | safe, json, parse, stringify, utils |

## Links

- npm: https://www.npmjs.com/package/@walletconnect/safe-json
- Repository: https://github.com/walletconnect/walletconnect-utils
- Issues: https://github.com/walletconnect/walletconnect-utils/issues
- npm.io page: https://npm.io/package/@walletconnect/safe-json

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) 1.14.1

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.2 (latest) — 2023-04-04
- 1.0.0-beta.1 (beta) — 2021-07-26
- 1.0.1 — 2022-11-25
- 1.0.0 — 2021-07-28

## README

# safe-json-utils [![npm version](https://badge.fury.io/js/safe-json-utils.svg)](https://badge.fury.io/js/safe-json-utils)

Safe Json Utils

## API

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

---
_Source: https://npm.io/package/@walletconnect/safe-json · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
