fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
746 stars 338 forks source link

Fixing: #Bug: org.json.simple.JSONArrayTest.testObjectArrayToString()… #122

Closed awdrgz closed 7 years ago

awdrgz commented 7 years ago

… invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead

Modified src/test/java/org/json/simple/JSONArrayTest.java