stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Add tests to verify arrays are handled consistently. #29

Closed johnjaylward closed 8 years ago

johnjaylward commented 8 years ago

Test cases for douglascrockford/JSON-java/pull/170

stleary commented 8 years ago

Thanks for the test cases for douglascrockford/JSON-java#170.

stleary commented 8 years ago

Will merge this after https://github.com/douglascrockford/JSON-java/pull/170 is merged. Going forward, please use spaces instead of tabs, so the code looks the same for devs who interpret tabs as other than 8 chars.