You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution/json4processing-0.1.6/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ <h1>json4processing</h1>
41
41
<divid="about">
42
42
<h2>json4processing</h2>
43
43
<p>
44
-
A library by <ahref="##yourLink##">Andreas Goransson</a> for the programming environment <ahref="http://www.processing.org" target="_blank">processing</a>. Last update, 04/07/2013.
44
+
A library by <ahref="##yourLink##">Andreas Goransson</a> for the programming environment <ahref="http://www.processing.org" target="_blank">processing</a>. Last update, 04/09/2013.
45
45
</p>
46
46
<p>
47
47
Feel free to replace this paragraph with a description of the library. Contributed libraries are developed, documented, and maintained by members of the Processing community. Further directions are included with each library. For feedback and support, please post to the Discourse. We strongly encourage all libraries to be open source, but not all of them are.
<dt><spanclass="strong"><ahref="./org/json/JSON.html#accumulate(java.lang.String, java.lang.Object)">accumulate(String, Object)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
69
+
<dd> </dd>
68
70
<dt><spanclass="strong"><ahref="./org/json/JSONObj.html#accumulate(java.lang.String, java.lang.Object)">accumulate(String, Object)</a></span> - Method in class org.json.<ahref="./org/json/JSONObj.html" title="class in org.json">JSONObj</a></dt>
69
71
<dd>
70
72
<divclass="block">Accumulate values under a key.</div>
@@ -193,13 +195,7 @@ <h2 class="title">E</h2>
193
195
</dd>
194
196
<dt><spanclass="strong"><ahref="./org/json/XML.html#escape(java.lang.String)">escape(String)</a></span> - Static method in class org.json.<ahref="./org/json/XML.html" title="class in org.json">XML</a></dt>
195
197
<dd>
196
-
<divclass="block">Replace special characters with XML escapes:
197
-
198
-
& <small>(ampersand)</small> is replaced by &amp;
199
-
< <small>(less than)</small> is replaced by &lt;
200
-
> <small>(greater than)</small> is replaced by &gt;
201
-
" <small>(double quote)</small> is replaced by &quot;
202
-
</div>
198
+
<divclass="block">Replace special characters with XML escapes:</div>
203
199
</dd>
204
200
</dl>
205
201
<aname="_G_">
@@ -919,6 +915,8 @@ <h2 class="title">S</h2>
919
915
<dl>
920
916
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setArray(java.lang.String, org.json.JSON.JSONArray)">setArray(String, JSON.JSONArray)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
921
917
<dd> </dd>
918
+
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setBoolean(java.lang.String, boolean)">setBoolean(String, boolean)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
919
+
<dd> </dd>
922
920
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setDouble(java.lang.String, double)">setDouble(String, double)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
923
921
<dd> </dd>
924
922
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setFloat(java.lang.String, float)">setFloat(String, float)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
@@ -931,8 +929,6 @@ <h2 class="title">S</h2>
931
929
<dd> </dd>
932
930
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setString(java.lang.String, java.lang.String)">setString(String, String)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
933
931
<dd> </dd>
934
-
<dt><spanclass="strong"><ahref="./org/json/JSON.html#setString(java.lang.String, boolean)">setString(String, boolean)</a></span> - Method in class org.json.<ahref="./org/json/JSON.html" title="class in org.json">JSON</a></dt>
935
-
<dd> </dd>
936
932
<dt><spanclass="strong"><ahref="./org/json/XMLTokener.html#skipPast(java.lang.String)">skipPast(String)</a></span> - Method in class org.json.<ahref="./org/json/XMLTokener.html" title="class in org.json">XMLTokener</a></dt>
937
933
<dd>
938
934
<divclass="block">Skip characters until past the requested string.</div>
@@ -963,6 +959,11 @@ <h2 class="title">T</h2>
963
959
<dd>
964
960
<divclass="block">Throw an exception if the object is a NaN or infinite number.</div>
965
961
</dd>
962
+
<dt><spanclass="strong"><ahref="./org/json/XML.html#toJSON(java.lang.String)">toJSON(String)</a></span> - Static method in class org.json.<ahref="./org/json/XML.html" title="class in org.json">XML</a></dt>
963
+
<dd>
964
+
<divclass="block">Convert a well-formed (but not necessarily valid) XML string into a
965
+
JSONObject.</div>
966
+
</dd>
966
967
<dt><spanclass="strong"><ahref="./org/json/CDL.html#toJSONArray(java.lang.String)">toJSONArray(String)</a></span> - Static method in class org.json.<ahref="./org/json/CDL.html" title="class in org.json">CDL</a></dt>
967
968
<dd>
968
969
<divclass="block">Produce a JSONArray of JSONObjects from a comma delimited text string,
@@ -1025,11 +1026,6 @@ <h2 class="title">T</h2>
1025
1026
<divclass="block">Convert a well-formed (but not necessarily valid) XML string into a
1026
1027
JSONObject using the JsonML transform.</div>
1027
1028
</dd>
1028
-
<dt><spanclass="strong"><ahref="./org/json/XML.html#toJSONObject(java.lang.String)">toJSONObject(String)</a></span> - Static method in class org.json.<ahref="./org/json/XML.html" title="class in org.json">XML</a></dt>
1029
-
<dd>
1030
-
<divclass="block">Convert a well-formed (but not necessarily valid) XML string into a
1031
-
JSONObject.</div>
1032
-
</dd>
1033
1029
<dt><spanclass="strong"><ahref="./org/json/JSONString.html#toJSONString()">toJSONString()</a></span> - Method in interface org.json.<ahref="./org/json/JSONString.html" title="interface in org.json">JSONString</a></dt>
1034
1030
<dd>
1035
1031
<divclass="block">The <code>toJSONString</code> method allows a class to produce its own JSON
0 commit comments