Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedrouid/safe-json-utils
- Owner: pedrouid
- License: mit
- Created: 2020-10-04T15:36:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T13:02:42.000Z (over 3 years ago)
- Last Synced: 2024-12-03T17:45:10.182Z (25 days ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```