/app/public/js/libs/angular/docs/partials/api/angular.fromJson.html
HTML | 17 lines | 17 code | 0 blank | 0 comment | 0 complexity | 736a5b8cf279677a4dca9aa8c20018ce MD5 | raw file
1<h1><code ng:non-bindable="">angular.fromJson</code>
2<span class="hint">(API in module <code ng:non-bindable="">ng</code>
3)</span>
4</h1>
5<div><h2 id="Description">Description</h2>
6<div class="description"><p>Deserializes a JSON string.</p></div>
7<h2 id="Usage">Usage</h2>
8<div class="usage"><pre class="prettyprint linenums">angular.fromJson(json);</pre>
9<h3 id="Parameters">Parameters</h3>
10<ul class="parameters"><li><code ng:non-bindable="">json � {string} � </code>
11<p>JSON string to deserialize.</p></li>
12</ul>
13<h3 id="Returns">Returns</h3>
14<div class="returns"><code ng:non-bindable="">{Object|Array|Date|string|number}</code>
15� <p>Deserialized thingy.</p></div>
16</div>
17</div>