1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix tabs, add valueToString() test to JSONObjectTest More... over 10 years ago
Update JSONArray.java More... over 10 years ago
Update JSONObject.java More... over 10 years ago
Merge pull request #28 from johnjaylward/FixCtorGenerics More... over 10 years ago
Merge pull request #153 from treyerl/master More... over 10 years ago
Merge pull request #168 from douglascrockford/readme-maven-info More... over 10 years ago
Add tests to verify arrays are handled consistently. More... over 10 years ago
Formatting More... over 10 years ago
Changes JSONArray for loops to use the new iterators. More... over 10 years ago
Modifies XML output to be handled the same for a native java array as well as a JSONArray. More... over 10 years ago
Include latest Maven release information More... over 10 years ago
Set version date to match commit date, convert tabs to spaces. More... over 10 years ago
Merge pull request #159 from johnjaylward/FixExceptionInheritance More... over 10 years ago
Merge pull request #26 from johnjaylward/FixXMLNPE More... over 10 years ago
Fix NullPointerException in XML.toString(object, tagName) More... over 10 years ago
Merge pull request #160 from johnjaylward/FixXMLNPE More... over 10 years ago
Adds test cases for corrected generic constructors and put methods More... over 10 years ago
updates file dates More... over 10 years ago
fixes file date More... over 10 years ago
removed 6 unnecessary @SuppressWarnings("unchecked") annotations. More... over 10 years ago
makes params final More... over 10 years ago
Expands javadoc More... over 10 years ago
Allows a custom message to be passed with a cause. More... over 10 years ago
fixes test case to validate the input/output of the function being tested More... over 10 years ago
Fixes NPE in XML More... over 10 years ago
Fixes possible NPE More... over 10 years ago
Properly overrides the Exception class. More... over 10 years ago
changed Map<String, ?> method parameters to Map<?,?> More... over 10 years ago
changed all method signatures containing collections and maps to accept wildcard generic types, e.g. Collection<?> instead of Collection<Object>. This was proposed by other pull requests (#111, #112) already. Consider this commit as merge with #111 and #112. More... over 10 years ago
JSONObject and JSONArray initialization: More... over 10 years ago