Skip to content

Commit d0e626d

Browse files
committed
Attempt to fix backslashes on parseJSONArray ref page
1 parent 43c9066 commit d0e626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/parseJSONArray.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<example>
1212
<image></image>
1313
<code><![CDATA[
14-
String data = "[ \\"Capra hircus\\", \\"Panthera pardus\\", \\"Equus zebra\\" ]";
14+
String data = "[ &#92"Capra hircus&#92", &#92"Panthera pardus&#92", &#92"Equus zebra&#92" ]";
1515
1616
void setup() {
1717
JSONArray json = parseJSONArray(data);

0 commit comments

Comments
 (0)