Skip to content

Commit 70c0348

Browse files
author
Iván Yosef Maldonado Arriaga
authored
Edited Jason Parser Example
1 parent b320de2 commit 70c0348

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Lesson5/Serialization/Jason Processing Example/JSONParserDemo.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
3+
This example will only work, if you have installed the javac.jason library,
4+
also this example will not run in codeboards.
5+
6+
17
import java.io.FileReader;
28
import javax.json.Json;
39
import javax.json.JsonReader;
@@ -60,3 +66,4 @@ public static void navigateTree(JsonValue tree, String key) {
6066
}
6167
}
6268
}
69+
**/

0 commit comments

Comments
 (0)