mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
Added <h3>Advanced</h3> in the comments where it was missing
This commit is contained in:
@@ -50,6 +50,7 @@ import processing.core.PApplet;
|
||||
* be generated from scratch, dynamically, or using data from an existing file.
|
||||
* JSON can also be output and saved to disk, as in the example above.
|
||||
*
|
||||
* <h3>Advanced</h3>
|
||||
* A JSONArray is an ordered sequence of values. Its external text form is a
|
||||
* string wrapped in square brackets with commas separating the values. The
|
||||
* internal form is an object having <code>get</code> and <code>opt</code>
|
||||
|
||||
@@ -62,7 +62,7 @@ import processing.core.PApplet;
|
||||
* existing file. JSON can also be output and saved to disk, as in the example
|
||||
* above.
|
||||
*
|
||||
*
|
||||
* <h3>Advanced</h3>
|
||||
* A JSONObject is an unordered collection of name/value pairs. Its external
|
||||
* form is a string wrapped in curly braces with colons between the names and
|
||||
* values, and commas between the values and names. The internal form is an
|
||||
|
||||
@@ -55,6 +55,7 @@ import processing.core.PConstants;
|
||||
* "http://processing.github.io/processing-javadocs/core/processing/data/Table.html">Processing
|
||||
* Table Javadoc</a>.
|
||||
*
|
||||
* <h3>Advanced</h3>
|
||||
* <p>
|
||||
* Generic class for handling tabular data, typically from a CSV, TSV, or other
|
||||
* sort of spreadsheet file.
|
||||
|
||||
Reference in New Issue
Block a user