Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)