]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/pretty-json/node_modules/jsonminify/docs/JSON.html
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / docs / JSON.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>JSDoc: Namespace: JSON</title>
6
7 <script src="scripts/prettify/prettify.js"> </script>
8 <script src="scripts/prettify/lang-css.js"> </script>
9 <!--[if lt IE 9]>
10 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11 <![endif]-->
12 <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13 <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14 </head>
15
16 <body>
17
18 <div id="main">
19
20 <h1 class="page-title">Namespace: JSON</h1>
21
22
23
24
25
26 <section>
27
28 <header>
29 <h2>
30 JSON
31 </h2>
32
33 </header>
34
35 <article>
36 <div class="container-overview">
37
38
39
40
41
42
43 <dl class="details">
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63 <dt class="tag-source">Source:</dt>
64 <dd class="tag-source"><ul class="dummy"><li>
65 <a href="minify.json.js.html">minify.json.js</a>, <a href="minify.json.js.html#line4">line 4</a>
66 </li></ul></dd>
67
68
69
70
71
72
73
74 </dl>
75
76
77
78
79 </div>
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94 <h3 class="subsection-title">Methods</h3>
95
96 <dl>
97
98 <dt>
99 <h4 class="name" id="minify"><span class="type-signature">&lt;static> </span>minify<span class="signature">(Transformed)</span><span class="type-signature"> &rarr; {String}</span></h4>
100
101
102 </dt>
103 <dd>
104
105
106
107
108
109
110
111
112 <h5>Parameters:</h5>
113
114
115 <table class="params">
116 <thead>
117 <tr>
118
119 <th>Name</th>
120
121
122 <th>Type</th>
123
124
125
126
127
128 <th class="last">Description</th>
129 </tr>
130 </thead>
131
132 <tbody>
133
134
135 <tr>
136
137 <td class="name"><code>Transformed</code></td>
138
139
140 <td class="type">
141
142
143 <span class="param-type">Object</span>
144
145
146
147 </td>
148
149
150
151
152
153 <td class="description last">data. format) json-like</td>
154 </tr>
155
156
157 </tbody>
158 </table>
159
160
161
162 <dl class="details">
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182 <dt class="tag-source">Source:</dt>
183 <dd class="tag-source"><ul class="dummy"><li>
184 <a href="minify.json.js.html">minify.json.js</a>, <a href="minify.json.js.html#line32">line 32</a>
185 </li></ul></dd>
186
187
188
189
190
191
192
193 </dl>
194
195
196
197
198
199
200
201
202
203
204
205 <h5>Returns:</h5>
206
207
208
209
210 <dl>
211 <dt>
212 Type
213 </dt>
214 <dd>
215
216 <span class="param-type">String</span>
217
218
219 </dd>
220 </dl>
221
222
223
224
225 <h5>Example</h5>
226
227 <pre class="prettyprint"><code>var json = { // hoge
228 "foo": "bar",// this is cool
229 "bar": [
230 "baz", "bum", "zam" // this is cool
231 ]
232 } // hoge</code></pre>
233
234
235 </dd>
236
237 </dl>
238
239
240
241
242
243 </article>
244
245 </section>
246
247
248
249
250 </div>
251
252 <nav>
253 <h2><a href="index.html">Index</a></h2><h3>Namespaces</h3><ul><li><a href="JSON.html">JSON</a></li></ul>
254 </nav>
255
256 <br clear="both">
257
258 <footer>
259 Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a> on Mon Sep 30 2013 14:37:29 GMT+0900 (JST)
260 </footer>
261
262 <script> prettyPrint(); </script>
263 <script src="scripts/linenumber.js"> </script>
264 </body>
265 </html>