From 96b2e3845930ace5fb652a5e561751eb193ff016 Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 20 Jul 2015 10:02:21 -0500 Subject: [PATCH] Update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 2de22ff..925141f 100755 --- a/README +++ b/README @@ -71,3 +71,5 @@ XML.java: XML provides support for converting between JSON and XML. JSONML.java: JSONML provides support for converting between JSONML and XML. XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text. + +Unit tests are maintained in a separate project. Contributing developers can test JSON-java pull requests with the code in this project: https://github.com/stleary/JSON-Java-unit-test