We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c137cb3 commit 3dc206dCopy full SHA for 3dc206d
entries/jQuery.parseJSON.xml
@@ -22,8 +22,8 @@
22
<desc>Parse a JSON string.</desc>
23
<code><![CDATA[
24
var obj = jQuery.parseJSON( '{ "name": "John" }' );
25
-alert( obj.name === "John" )
26
-;]]></code>
+alert( obj.name === "John" );
+]]></code>
27
</example>
28
<category slug="utilities"/>
29
<category slug="version/1.4.1"/>
0 commit comments