json_encode
Do JSON.stringify()
like json_encode()
in PHP does.
Installation
npm i json_encode --save
Usage
var json_encode = ;var encoded = ; // encoded value will be '{"something":"\\u043d\\u043e\\u0432\\u043e\\u0435"}'// but not '{"something":"новое"}' as you might expect, having experience with JSON.stringify
License
MIT