Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

json2stringconverter

thestartupguy5ISC1.0.1

Read json file and convert to string package

json to string, json file, parse json, read json, json2string

readme

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.