| Commit | Date | |
|---|---|---|
| 2014-07-26 00:11:54 | Tree | |
|
[r219]
by
jon.chambers@gmail.com
Routed most toJSONString methods through writeJSONString with a StringWriter to reduce duplicated logic (and in some cases improve performance). |
2013-08-10 17:56:42 | Tree |
|
[r218]
by
jon.chambers@gmail.com
Avoided passing temporary strings when serializing a collection for a modest performance gain. |
2013-08-10 16:08:51 | Tree |
| 2013-08-10 14:13:35 | Tree | |
|
[r216]
by
jon.chambers@gmail.com
Avoided repeated calls to StringBuffer#toString from JSONObject#toJSONString(Map). This yields performance gains of up to two orders of magnitude on large objects in testing. |
2013-08-10 04:37:10 | Tree |
|
[r215]
by
jon.chambers@gmail.com
Added a test case to cover https://code.google.com/p/json-simple/issues/detail?id=87. |
2013-08-10 04:03:08 | Tree |
| 2013-08-10 03:39:11 | Tree | |
|
[r213]
by
jon.chambers@gmail.com
Cached original string length in JSONValue#escape to avoid repeated calls to String#length. |
2013-08-10 03:34:33 | Tree |
| 2013-08-10 03:07:47 | Tree | |
|
[r211]
by
jon.chambers@gmail.com
Added support for primitive and Object arrays. Added supporting unit tests. |
2013-08-10 02:57:24 | Tree |