https://github.com/harrystevens/rdjson
Read and parse a JSON file in Node.
https://github.com/harrystevens/rdjson
Last synced: 22 days ago
JSON representation
Read and parse a JSON file in Node.
- Host: GitHub
- URL: https://github.com/harrystevens/rdjson
- Owner: HarryStevens
- License: mit
- Created: 2017-07-05T11:05:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T12:29:14.000Z (about 9 years ago)
- Last Synced: 2025-10-14T12:56:11.550Z (10 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/HarryStevens/rdjson) [](https://coveralls.io/github/HarryStevens/rdjson?branch=master)
# rdjson
A tiny package that reads and parses JSON files in Node.
## Installation
`npm install rdjson --save`
## Usage
```js
var rdjson = require("rdjson");
var json = rdjson("path/to/file.json");
```
## Tests
`npm test`