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 c154fd3 commit 43c9066Copy full SHA for 43c9066
1 file changed
content/api_en/parseJSONArray.xml
@@ -11,7 +11,7 @@
11
<example>
12
<image></image>
13
<code><![CDATA[
14
-String data = "[ \"Capra hircus\", \"Panthera pardus\", \"Equus zebra\" ]";
+String data = "[ \\"Capra hircus\\", \\"Panthera pardus\\", \\"Equus zebra\\" ]";
15
16
void setup() {
17
JSONArray json = parseJSONArray(data);
0 commit comments