update docs

This commit is contained in:
stleary
2020-12-27 15:04:18 -06:00
parent 7afd93263f
commit 765afe6ee6
33 changed files with 261 additions and 218 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_05) on Tue Oct 06 15:22:53 CDT 2020 -->
<!-- Generated by javadoc (1.8.0_271) on Sun Dec 27 14:57:33 CST 2020 -->
<title>Index</title>
<meta name="date" content="2020-10-06">
<meta name="date" content="2020-12-27">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@@ -138,6 +138,14 @@
</dd>
<dt><span class="memberNameLink"><a href="org/json/CDL.html#CDL--">CDL()</a></span> - Constructor for class org.json.<a href="org/json/CDL.html" title="class in org.json">CDL</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/json/JSONArray.html#clear--">clear()</a></span> - Method in class org.json.<a href="org/json/JSONArray.html" title="class in org.json">JSONArray</a></dt>
<dd>
<div class="block">Removes all of the elements from this JSONArray.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/json/JSONObject.html#clear--">clear()</a></span> - Method in class org.json.<a href="org/json/JSONObject.html" title="class in org.json">JSONObject</a></dt>
<dd>
<div class="block">Removes all of the elements from this JSONObject.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/json/XMLParserConfiguration.html#clone--">clone()</a></span> - Method in class org.json.<a href="org/json/XMLParserConfiguration.html" title="class in org.json">XMLParserConfiguration</a></dt>
<dd>
<div class="block">Provides a new instance of the same configuration.</div>