json-stringify-plus
Convert your JSON objects to a JSON string with single or double quotes.
Install
$ npm install --save json-stringify-plus
Usage
const jsonStringifyPlus = ; const data = foo: 'foo'; const doubleQuotes = ;// {"foo":"foo"} const singleQuotes = ;// {'foo':'foo'}}
License
MIT © Vu Tran