json-rp
v0.1.0
Published
The recursive JSON parser
Downloads
2
Readme
JSON Recursive Parser
A small library that parse your invalid JSON
Installation
npm install @regani/json-rp
Usage
const JSONrp = require('@jregani/json-rp');
const formattedJson = JSONrp(jsonObject);
Tests
npm test