We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bb2f85 + 5f363a9 commit 457a3baCopy full SHA for 457a3ba
examples/README
@@ -0,0 +1 @@
1
+add examples for your tool here.
examples/create_jsonobject/create_jsonobject.pde
@@ -1,8 +1,11 @@
/*
2
* JSON 4 Processing
3
* Basic example 1: Creating a JSON Object
4
+<<<<<<< HEAD
5
*
6
* Good for sending values that has a specific meaning (complex values)
7
+=======
8
+>>>>>>> origin/HEAD
9
*/
10
11
import org.json.*;
@@ -14,8 +17,11 @@ void setup(){
14
17
15
18
// 2. Add some content to the object
16
19
myJsonObject.put( "myIntegerValue", 7 );
20
21
22
println( myJsonObject );
23
24
25
}
26
27
void draw(){
0 commit comments