Node.js buffer toJSON() 方法
定义和用法
toJSON() 方法根据 Buffer 对象返回一个 JSON 对象。
语法
buffer.toJSON();
技术细节
返回值 | 一个 JSON 对象 |
---|---|
Node.js 版本 | 0.9.2 |
toJSON() 方法根据 Buffer 对象返回一个 JSON 对象。
buffer.toJSON();
返回值 | 一个 JSON 对象 |
---|---|
Node.js 版本 | 0.9.2 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]