Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrouid/safe-json-utils

Safe Json Utils
https://github.com/pedrouid/safe-json-utils

Last synced: 13 days ago
JSON representation

Safe Json Utils

Awesome Lists containing this project

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;
```