Add logo image

This commit is contained in:
stleary 2021-06-22 19:34:22 -05:00
parent 143db39d27
commit 8f3e5ade18
2 changed files with 9 additions and 0 deletions

BIN
images/JsonJava.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -65,6 +65,15 @@ public class XMLTest {
@Rule
public TemporaryFolder testFolder = new TemporaryFolder();
@Test
public void what() {
String s = "<example><value attribute=\"value\"><![CDATA[some treatment <b>plant</b> with bio chemicals]]></value></example>";
JSONObject jo = XML.toJSONObject(s);
System.out.println(jo.toString());
}
/**
* JSONObject from a null XML string.
* Expects a NullPointerException