参考 stringify()

stringify()

From the MDN entry: The JSON.stringify() method converts a JavaScript object or value to a JSON string.

示例

语法

stringify(object)

参数

object

:Javascript object that you would like to convert to JSON

Notice any errors or typos? Please let us know. Please feel free to edit src/core/reference.js and open a pull request!

相关参考