Skip to content

Commit 457a3ba

Browse files
author
agoransson
committed
Merge branch 'HEAD' of git@github.com:agoransson/JSON-processing.git
Conflicts: examples/README examples/create_jsonobject/create_jsonobject.pde
2 parents 7bb2f85 + 5f363a9 commit 457a3ba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

examples/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add examples for your tool here.

examples/create_jsonobject/create_jsonobject.pde

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
/*
22
* JSON 4 Processing
33
* Basic example 1: Creating a JSON Object
4+
<<<<<<< HEAD
45
*
56
* Good for sending values that has a specific meaning (complex values)
7+
=======
8+
>>>>>>> origin/HEAD
69
*/
710

811
import org.json.*;
@@ -14,8 +17,11 @@ void setup(){
1417

1518
// 2. Add some content to the object
1619
myJsonObject.put( "myIntegerValue", 7 );
20+
<<<<<<< HEAD
1721

1822
println( myJsonObject );
23+
=======
24+
>>>>>>> origin/HEAD
1925
}
2026

2127
void draw(){

0 commit comments

Comments
 (0)