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

JSONObject and JSONArray input value conversion to object tests #8

Closed stleary closed 8 years ago

stleary commented 9 years ago

Need to explicitly test how various input values are converted to object values. Ex: "1" -> Integer, "1.0" -> Double for strings Also need to verify object conversions.