# safe-json-utils

> Safe Json Utils

Latest version **1.1.1** (published 2020-10-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install safe-json-utils
pnpm add safe-json-utils
yarn add safe-json-utils
bun add safe-json-utils
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-10-28 |
| First published | 2020-10-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 108.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Pedro Gomes |
| Maintainers | pedrouid |
| Keywords | safe, json, parse, stringify, utils |

## Links

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

## 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.1.1 (latest) — 2020-10-28
- 2.0.0-beta.0 (beta) — 2021-06-22
- 1.1.0 — 2020-10-28
- 1.0.1 — 2020-10-15
- 1.0.0 — 2020-10-04

## 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/safe-json-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
