Node.js Buffer.from()
from()
var buf = new Buffer.from('Simply Easy Learning'); var json = buf.toJSON(buf); console.log(json);/*from ww w. j av a 2 s . c o m*/