streaming-json-stringify
streaming-json-stringify copied to clipboard
Default encoding not being set to utf-8
Even though stream should have according to node.js docs default encoding set to utf-8 (o maybe not?)
Try stringify this object: {b: 'š'} - š is normal czech letter.
Result is rather not what would you expect.
@vojtatranta do you know what the quick solution is?