⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext.util.json.html.svn-base

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SVN-BASE
字号:
        <div class="body-wrap">        <div class="top-tools">            <a class="inner-link" href="#Ext.util.JSON-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>            <a class="inner-link" href="#Ext.util.JSON-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>            <a class="inner-link" href="#Ext.util.JSON-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>                        <a class="bookmark" href="../docs/?class=Ext.util.JSON"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>        </div>                <h1>Class Ext.util.JSON</h1>        <table cellspacing="0">            <tr><td class="label">Package:</td><td class="hd-info">Ext.util</td></tr>            <tr><td class="label">Defined In:</td><td class="hd-info">JSON.js</td></tr>            <tr><td class="label">Class:</td><td class="hd-info">JSON</td></tr>                                    <tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr>                    </table>        <div class="description">            Modified version of Douglas Crockford"s json.js that doesn"tmess with the Object prototypehttp://www.json.org/js.html<br><br><i>This class is a singleton and cannot be created directly.</i>        </div>                <div class="hr"></div>                <a id="Ext.util.JSON-props"></a>        <h2>Public Properties</h2>        <div class="no-members">This class has no public properties.</div>        <a id="Ext.util.JSON-methods"></a>        <h2>Public Methods</h2>                <table cellspacing="0" class="member-table">            <tr>                <th class="sig-header" colspan="2">Method</th>                <th class="msource-header">Defined By</th>            </tr>                <tr class="method-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.util.JSON-decode"></a>
            <b>decode</b>(&nbsp;<code>String json</code>&nbsp;) : Object            <div class="mdesc">
                        <div class="short">Decodes (parses) a JSON string to an object. If the JSON is invalid, this function throws a SyntaxError.</div>
            <div class="long">
                Decodes (parses) a JSON string to an object. If the JSON is invalid, this function throws a SyntaxError.    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>json</code> : String<div class="sub-desc">The JSON string</div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>Object</code><div class="sub-desc">The resulting object</div></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">JSON</td>
    </tr>
        <tr class="method-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.util.JSON-encode"></a>
            <b>encode</b>(&nbsp;<code>Mixed o</code>&nbsp;) : String            <div class="mdesc">
                        <div class="short">Encodes an Object, Array or other value</div>
            <div class="long">
                Encodes an Object, Array or other value    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>o</code> : Mixed<div class="sub-desc">The variable to encode</div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>String</code><div class="sub-desc">The JSON string</div></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">JSON</td>
    </tr>
            </table>                <a id="Ext.util.JSON-events"></a>        <h2>Public Events</h2>        <div class="no-members">This class has no public events.</div>        </div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -