4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #141 from amuradyan/master More... over 5 years ago
[Refactoring] Rolled back accidental pom formatting More... over 5 years ago
[Chore] Bumped up dependency versions More... over 5 years ago
[Chore] Added .gitignore More... over 5 years ago
Java 8 improves implementation of HashMap, so the orders of its entries change, and we should never depend on the orders of a specific implementation in the testing codes. More... about 12 years ago
Routed most toJSONString methods through writeJSONString with a StringWriter to reduce duplicated logic (and in some cases improve performance). More... about 13 years ago
Avoided passing temporary strings when serializing a collection for a modest performance gain. More... about 13 years ago
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. More... about 13 years ago
Added a test case to cover https://code.google.com/p/json-simple/issues/detail?id=87. More... about 13 years ago
Return a description of the exception via getMessage. More... about 13 years ago
Cached original string length in JSONValue#escape to avoid repeated calls to String#length. More... about 13 years ago
Marked a pair of parse methods as deprecated. More... about 13 years ago
Added support for primitive and Object arrays. Added supporting unit tests. More... about 13 years ago
Made JSONArrays work with Collections instead of just Lists. Added a constructor for JSONArrays that takes an initial collection. Added supporting unit tests. More... about 13 years ago
change scope of junit More... over 13 years ago
Issue #12: Excessive memory consumption in parse() (contributed by glen.tw) More... over 14 years ago
Generate source jar and gpg sign More... over 14 years ago
Make generated classes JDK 1.2 compatible as we claimed. Although we may not have users using JDK 1.2 today, we need to make sure we won't break anything. More... over 14 years ago
Merged mavenization branch into trunk. More... over 14 years ago
Added Constructor public JSONObject(Map map). More... over 17 years ago
escape controls More... over 17 years ago
clarify some comments More... over 17 years ago
wrong file More... over 17 years ago
1.1 candidate More... over 17 years ago
1.1 candidate More... over 17 years ago
improve toString performance More... over 17 years ago
add test target More... over 17 years ago
Fix target dependencies More... over 17 years ago
Add escaping for Unicode characters that cause problems for browser JS eval More... over 17 years ago
[no comment] More... over 17 years ago