json2stringconverter
v1.0.1
Published
Read json file and convert to string package
Downloads
12
Maintainers
Readme
Node JS package for simplifying reading of data from JSON file and output a json string.
Install
npm i json2stringconverter
Usage
var JSON2String=require('json2stringconverter');
var filepath=path.join(__dirname, 'jsonfile.json');
var json_string=JSON2String.json2string(filepath);
Author
👤 Prabhjot Singh
- Github: @prab409069
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Prabhjot Singh. This project is [ISC] licensed.