Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/thaw-json
Reads and writes JSON files.
https://github.com/tom-weatherhead/thaw-json
json json-parser
Last synced: about 6 hours ago
JSON representation
Reads and writes JSON files.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/thaw-json
- Owner: tom-weatherhead
- License: mit
- Created: 2020-06-15T03:15:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:55:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T10:56:30.829Z (about 1 month ago)
- Topics: json, json-parser
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# thaw-json
A .json file reader and writer.[![build status](https://secure.travis-ci.org/tom-weatherhead/thaw-json.svg)](https://travis-ci.org/tom-weatherhead/thaw-json)
[![npm version](https://img.shields.io/npm/v/thaw-json.svg)](https://www.npmjs.com/package/thaw-json)
[![npm total downloads](https://img.shields.io/npm/dt/thaw-json.svg)](https://www.npmjs.com/package/thaw-json)
[![known vulnerabilities](https://snyk.io/test/github/tom-weatherhead/thaw-json/badge.svg?targetFile=package.json&package-lock.json)](https://snyk.io/test/github/tom-weatherhead/thaw-json?targetFile=package.json&package-lock.json)
[![maintainability](https://api.codeclimate.com/v1/badges/0123456789abcdef0123/maintainability)](https://codeclimate.com/github/tom-weatherhead/thaw-json/maintainability)
[![test coverage](https://api.codeclimate.com/v1/badges/0123456789abcdef0123/test_coverage)](https://codeclimate.com/github/tom-weatherhead/thaw-json/test_coverage)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tom-weatherhead/thaw-json/blob/master/LICENSE)## Features
- Self-contained: No run-time package dependencies!
## License
[MIT](https://choosealicense.com/licenses/mit/)