1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00
A reference implementation of a JSON package in Java.
Find a file
2015-03-18 21:51:08 -05:00
CDLTest.java final, for now, 94.8% coverage 2015-03-18 20:54:46 -05:00
LICENSE.txt Add LICENSE file via addalicense.com 2015-03-16 12:06:41 -05:00
README.md Update README.md 2015-03-18 21:51:08 -05:00

JSON-Java-unit-test

Unit tests to validate the JSON-Java GitHub project code (https://github.com/douglascrockford/JSON-java). Test harness: http://junit.org Coverage: http://www.eclemma.org/ Completed tests: CDLTest.java In progress: CookieTest.java