1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Optimize method name exclusion using Set lookup instead of multiple equals checks More... 4 months ago
Updating to work with java 1.6 More... 4 months ago
Reverted Constructor access to public More... 4 months ago
Revert "Refactored stop conditions to be invariant by using while loop." More... 4 months ago
Add comprehensive edge case tests for record support More... 4 months ago
Refactor: Extract isRecordStyleAccessor helper method More... 4 months ago
Fix: Support Java record accessors in JSONObject More... 4 months ago
Added java doc for deprecated decoration More... 4 months ago
Deprecated public constructors instead of making it private. More... 4 months ago
Refactored stop conditions to be invariant by using while loop. More... 4 months ago
Made JSONMl constructor to private and refactored ternary operations to independent statement in L243 More... 4 months ago
Made CookieList constructor to private. More... 4 months ago
Made Cookie constructor to private. More... 4 months ago
Updating to work with java 1.6 More... 4 months ago
Removing the interface classes and simplifying the implementation to use if else instead More... 4 months ago
Updating docs More... 4 months ago
Limiting implemetation by removing the new classes. More... 4 months ago
Merge pull request #1014 from Md-Yasir/enhancement/string-check More... 4 months ago
changed string checking logic >> string.length() > 0 to !string.isEmpty() More... 4 months ago
Updating to work with java 1.6 More... 5 months ago
- Updating for java 1.6 - Resolving Sonar cube issues. More... 5 months ago
- Added implementation for Enum and Map - Moving the CustomClass to data folder. - Removing JSONBuilder.java - Moving the implementation of JSONBuilder to JSONObject. More... 5 months ago
Merge pull request #1013 from marilynel/master More... 5 months ago
Merge branch 'master' of https://github.com/marilynel/JSON-java More... 5 months ago
more cleanup sonarqube JSONArray More... 5 months ago
Merge pull request #1011 from marilynel/master More... 5 months ago
Merge pull request #1008 from eleumik/eleumik-patch-1007-array More... 5 months ago
Merge pull request #1009 from eleumik/eleumik-patch-1 More... 5 months ago
more sonarcube fixes More... 5 months ago
Merge pull request #1005 from marilynel/master More... 5 months ago