1.0.1 ā€¢ Published 4 years ago

json2stringconverter v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Prabhjot Singh. This project is ISC licensed.