Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 363 Bytes

Milestone5_Readme.md

File metadata and controls

6 lines (4 loc) · 363 Bytes

Milestone5

toJSONObject() method is added in src/main/java/org.json/XML.java

  • Future<JSONObject> toJSONObject(Reader reader, Function<String, String> keyTransformer, Consumer<Exception> exceptionHandler) method returns a Future which contains the JSONObject info or NUll.

Unit Tests are added in src/test/java/org.json.junit/Milestone5Test.java