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

JSONArray.java #118

Closed panchaBhuta closed 2 years ago

panchaBhuta commented 7 years ago

In method public static void writeJSONString(Collection collection, Writer out)

printing the first element before the while loop , will remove the "if" first flag check inside the while for writing comma. This will have some improvement on speed.

panchaBhuta commented 2 years ago

not needed