Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AdamBien
/
z-JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
modern-java-refactoring
User selector
All users
All time
Commit history
Commits on Mar 16, 2026
Shrink org.json to compact core. Remove not essential features
AdamBien
committed
3c39abf
View commit details
Copy full SHA for 3c39abf
Browse repository at this point
Commits on Feb 9, 2026
gradle java 25 update
AdamBien
committed
b7e42a3
View commit details
Copy full SHA for b7e42a3
Browse repository at this point
classes consolidated
AdamBien
committed
08e26d9
View commit details
Copy full SHA for 08e26d9
Browse repository at this point
JSONException replaced with built-in exceptions
AdamBien
committed
6600c8b
View commit details
Copy full SHA for 6600c8b
Browse repository at this point
Commits on Feb 8, 2026
jsonpointer functionality removed
AdamBien
committed
826184d
View commit details
Copy full SHA for 826184d
Browse repository at this point
Commits on Feb 7, 2026
annotation-related classes removed
AdamBien
committed
50dedc5
View commit details
Copy full SHA for 50dedc5
Browse repository at this point
initial Java 25 migration
AdamBien
committed
9e09f2e
View commit details
Copy full SHA for 9e09f2e
Browse repository at this point
optional classes removed
AdamBien
committed
9a374f6
View commit details
Copy full SHA for 9a374f6
Browse repository at this point
Commits on Feb 3, 2026
Merge pull request #1039 from pratiktiwari13/bugfix/empty-force-list
Show description for a37aa69
stleary
authored
a37aa69
View commit details
Copy full SHA for a37aa69
Browse repository at this point
Commits on Jan 31, 2026
Fixes #1040, Aligns non-forceList behaviour with forceList
pratiktiwari13
committed
510a03a
View commit details
Copy full SHA for 510a03a
Browse repository at this point
Commits on Jan 30, 2026
Merge pull request #1038 from OwenSanzas/fix-xmltokener-unescapeentity
Show description for 538afc3
stleary
authored
538afc3
View commit details
Copy full SHA for 538afc3
Browse repository at this point
Merge pull request #1037 from OwenSanzas/fix-jsonml-classcast
Show description for d092d09
stleary
authored
d092d09
View commit details
Copy full SHA for d092d09
Browse repository at this point
Remove unnecessary conditions
pratiktiwari13
committed
7a8da88
View commit details
Copy full SHA for 7a8da88
Browse repository at this point
Commits on Jan 28, 2026
Add unit tests for JSONML ClassCastException fix
Show description for 0737e04
OwenSanzas
committed
0737e04
View commit details
Copy full SHA for 0737e04
Browse repository at this point
Add unit tests for XMLTokener.unescapeEntity() input validation
Show description for 592e782
OwenSanzas
committed
592e782
View commit details
Copy full SHA for 592e782
Browse repository at this point
Refactor XMLTokener.unescapeEntity() to reduce complexity
Show description for 6c1bfbc
OwenSanzas
committed
6c1bfbc
View commit details
Copy full SHA for 6c1bfbc
Browse repository at this point
Commits on Jan 27, 2026
Fix input validation in XMLTokener.unescapeEntity()
Show description for 534ce3c
OwenSanzas
committed
534ce3c
View commit details
Copy full SHA for 534ce3c
Browse repository at this point
Fix ClassCastException in JSONML.toJSONArray and toJSONObject
Show description for 9d14246
OwenSanzas
committed
9d14246
View commit details
Copy full SHA for 9d14246
Browse repository at this point
Commits on Jan 2, 2026
Fixes the issue of losing the array if an empty forceList element or a tag is in the middle or the end
pratiktiwari13
committed
995fb84
View commit details
Copy full SHA for 995fb84
Browse repository at this point
Commits on Dec 30, 2025
Merge pull request #1027 from Simulant87/1023-set-default-locale
Show description for e635f40
stleary
authored
e635f40
View commit details
Copy full SHA for e635f40
Browse repository at this point
Merge pull request #1028 from Simulant87/fix-sonarqube-reliability-issues
Show description for d5e744c
stleary
authored
d5e744c
View commit details
Copy full SHA for d5e744c
Browse repository at this point
Merge pull request #1029 from Simulant87/external-javadoc-badge
Show description for e0c4086
stleary
authored
e0c4086
View commit details
Copy full SHA for e0c4086
Browse repository at this point
Commits on Dec 24, 2025
Merge pull request #1030 from stleary/pre-release-20251224
Show description for cf65368
stleary
authored
cf65368
View commit details
Copy full SHA for cf65368
Browse repository at this point
pre-release-20251224 update docs and builds for next release
Sean Leary
authored and
Sean Leary
committed
24bba97
View commit details
Copy full SHA for 24bba97
Browse repository at this point
Commits on Dec 21, 2025
add badge to external hosted javadoc
Simulant87
committed
96353de
View commit details
Copy full SHA for 96353de
Browse repository at this point
Commits on Dec 20, 2025
Fix sonarqube reliability issues
Simulant87
committed
8cbb4d5
View commit details
Copy full SHA for 8cbb4d5
Browse repository at this point
save and restore the current default locale, to avoid any side effects on other executions in the same JVM
Simulant87
committed
421abfd
View commit details
Copy full SHA for 421abfd
Browse repository at this point
Commits on Nov 18, 2025
Merge pull request #1021 from Simulant87/update-build-script
Show description for 128fb42
stleary
authored
128fb42
View commit details
Copy full SHA for 128fb42
Browse repository at this point
Commits on Nov 14, 2025
Merge pull request #3 from Simulant87/update-readme
Show description for f8e6dfd
Simulant87
authored
f8e6dfd
View commit details
Copy full SHA for f8e6dfd
Browse repository at this point
Update README.md tested on java 25
Simulant87
authored
3bc98df
View commit details
Copy full SHA for 3bc98df
Browse repository at this point
add build for LTS JDK 25
Simulant87
authored
005dc7b
View commit details
Copy full SHA for 005dc7b
Browse repository at this point
reset setup-java to version 1 for 1.6 build
Simulant87
authored
d38cb06
View commit details
Copy full SHA for d38cb06
Browse repository at this point
add distribution to java 1.6 build
Simulant87
authored
e9a7d7c
View commit details
Copy full SHA for e9a7d7c
Browse repository at this point
update github actions to version 5
Show description for 73c582e
Simulant87
authored
73c582e
View commit details
Copy full SHA for 73c582e
Browse repository at this point
Commits on Nov 12, 2025
Merge pull request #1020 from Abhineshhh/fix/support-java-records
Show description for a6ca840
stleary
authored
a6ca840
View commit details
Copy full SHA for a6ca840
Browse repository at this point
Previous
Next
You can’t perform that action at this time.