openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
json-simple
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 27, 2025 — Aug 27, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #141 from amuradyan/master
Yidong Fang
More...
over 5 years ago
[Refactoring] Rolled back accidental pom formatting
darthspectrum
More...
over 5 years ago
[Chore] Bumped up dependency versions
darthspectrum
More...
over 5 years ago
[Chore] Added .gitignore
darthspectrum
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.
fangyidong
More...
about 12 years ago
Routed most toJSONString methods through writeJSONString with a StringWriter to reduce duplicated logic (and in some cases improve performance).
[email protected]
More...
about 13 years ago
Avoided passing temporary strings when serializing a collection for a modest performance gain.
[email protected]
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.
[email protected]
More...
about 13 years ago
Added a test case to cover https://code.google.com/p/json-simple/issues/detail?id=87.
[email protected]
More...
about 13 years ago
Return a description of the exception via getMessage.
[email protected]
More...
about 13 years ago
Cached original string length in JSONValue#escape to avoid repeated calls to String#length.
[email protected]
More...
about 13 years ago
Marked a pair of parse methods as deprecated.
[email protected]
More...
about 13 years ago
Added support for primitive and Object arrays. Added supporting unit tests.
[email protected]
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.
[email protected]
More...
about 13 years ago
change scope of junit
fangyidong
More...
over 13 years ago
Issue #12: Excessive memory consumption in parse() (contributed by glen.tw)
fangyidong
More...
over 14 years ago
Generate source jar and gpg sign
fangyidong
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.
[email protected]
More...
over 14 years ago
Merged mavenization branch into trunk.
[email protected]
More...
over 14 years ago
Added Constructor public JSONObject(Map map).
Dieter.Krachtus
More...
over 17 years ago
escape controls
fangyidong
More...
over 17 years ago
clarify some comments
fangyidong
More...
over 17 years ago
wrong file
fangyidong
More...
over 17 years ago
1.1 candidate
fangyidong
More...
over 17 years ago
1.1 candidate
fangyidong
More...
over 17 years ago
improve toString performance
chris.nokleberg
More...
over 17 years ago
add test target
chris.nokleberg
More...
over 17 years ago
Fix target dependencies
chris.nokleberg
More...
over 17 years ago
Add escaping for Unicode characters that cause problems for browser JS eval
chris.nokleberg
More...
over 17 years ago
[no comment]
fangyidong
More...
over 17 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree