1.0.1 ⢠Published 6 years ago
json2stringconverter v1.0.1
Node JS package for simplifying reading of data from JSON file and output a json string.
Install
npm i json2stringconverterUsage
    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.