mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08:00
* Update link in the README to the main JSON-Java repo
* Cleans up some warnings * Adds new test for bug https://github.com/stleary/JSON-java/issues/332 * Adds some resource handling for string writers using pre-java1.7 support. I know StringWriters don't need a close method called, but the tests should still handle their resources properly.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Unit tests to validate the JSON-Java GitHub project code<br>
|
||||
|
||||
https://github.com/douglascrockford/JSON-java<br>
|
||||
https://github.com/stleary/JSON-java<br>
|
||||
|
||||
Gradle and Eclipse is the recommended build tool and IDE.<br>
|
||||
Run individual tests or <b>JunitTestSuite</b> using <b>EclEmma Coverage</b>, or execute the **TestRunner** application directly.<br>
|
||||
|
Reference in New Issue
Block a user