Skip to content

Commit 43c9066

Browse files
committed
Adding extra escape characters for the web
1 parent c154fd3 commit 43c9066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "[ \\"Capra hircus\\", \\"Panthera pardus\\", \\"Equus zebra\\" ]";
1515
1616
void setup() {
1717
JSONArray json = parseJSONArray(data);

0 commit comments

Comments
 (0)