json2stringconverter

Read json file and convert to string package

Usage no npm install needed!

<script type="module">
  import json2stringconverter from 'https://cdn.skypack.dev/json2stringconverter';
</script>

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.