json2stringconverter

1.0.1 • Public • Published

Welcome to json2stringconverter 👋

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.

Package Sidebar

Install

npm i json2stringconverter

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.48 kB

Total Files

3

Last publish

Collaborators

  • thestartupguy