返回介绍

tinymce-util-JSON

发布于 2019-05-06 06:49:57 字数 1606 浏览 1322 评论 0 收藏 0

Examples

// JSON parse a string into an object
var obj = tinymce.util.JSON.parse(somestring);

// JSON serialize a object into an string
var str = tinymce.util.JSON.serialize(obj);

Methods

namesummarydefined by
parse()Unserializes/parses the specified JSON string into a object.tinymce.util.JSON
serialize()Serializes the specified object as a JSON string.tinymce.util.JSON

Methods

parse

parse(text:string):Object

Unserializes/parses the specified JSON string into a object.

Parameters
  • text (string) - JSON String to parse into a JavaScript object.
Return value
  • Object - Object from input JSON string or undefined if it failed.

serialize

serialize(obj:Object):string

Serializes the specified object as a JSON string.

Parameters
  • obj (Object) - Object to serialize as a JSON string.
Return value
  • string - JSON string serialized from input.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文