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
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 }}
mechko
/
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
Breadcrumbs
History for
JSON-java
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 3, 2026
Fixes CVE-2026-59171
Damien-Warren-206
committed
ab92bb9
View commit details
Copy full SHA for ab92bb9
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
Merge pull request #1062 from Fahmida-Hossain-Charu/pr/refactor-cdl-row-serialization
Show description for c91d821
stleary
authored
c91d821
View commit details
Copy full SHA for c91d821
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Address CDL row serialization review comments
Fahmida-Hossain-Charu
committed
8353b59
View commit details
Copy full SHA for 8353b59
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Refactor CDL row serialization
Fahmida-Hossain-Charu
committed
26ee6eb
View commit details
Copy full SHA for 26ee6eb
View code at this point
Browse repository at this point
restore-lenient-jsonarray fix some sonarcube issues
Sean Leary
authored and
Sean Leary
committed
ad26e94
View commit details
Copy full SHA for ad26e94
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
restore-lenient-jsonarray initial commit
Sean Leary
authored and
Sean Leary
committed
c073157
View commit details
Copy full SHA for c073157
View code at this point
Browse repository at this point
Commits on May 29, 2026
docs-and-warnings-cleanup cleanup some doc files, update pom for deployment, fix some JSONObject warnings
Sean Leary
authored and
Sean Leary
committed
d84fa1a
View commit details
Copy full SHA for d84fa1a
View code at this point
Browse repository at this point
Commits on May 11, 2026
update-security-md-with-key new security.md file, also fixed 1000 level jsonarray test that fails on my laptop
Sean Leary
authored and
Sean Leary
committed
6495983
View commit details
Copy full SHA for 6495983
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
Validate XML numeric character references before string construction
yuki-matsuhashi
committed
1877069
View commit details
Copy full SHA for 1877069
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
Add comment for empty test constructor
yuki-matsuhashi
committed
039f331
View commit details
Copy full SHA for 039f331
View code at this point
Browse repository at this point
Ignore static fields in JSONObject.fromJson()
yuki-matsuhashi
committed
94e3400
View commit details
Copy full SHA for 94e3400
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Remove unnecessary conditions
pratiktiwari13
committed
7a8da88
View commit details
Copy full SHA for 7a8da88
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Merge pull request #1017 from Md-Yasir/enhancement/refactors
Show description for 8c14e96
stleary
authored
8c14e96
View commit details
Copy full SHA for 8c14e96
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
Add runtime record detection for backward compatibility
Abhineshhh
committed
8f3b0f1
View commit details
Copy full SHA for 8f3b0f1
View code at this point
Browse repository at this point
Commits on Nov 1, 2025
Optimize method name exclusion using Set lookup instead of multiple equals checks
Abhineshhh
committed
f2acf8a
View commit details
Copy full SHA for f2acf8a
View code at this point
Browse repository at this point
Add comprehensive edge case tests for record support
Abhineshhh
committed
fd1eee9
View commit details
Copy full SHA for fd1eee9
View code at this point
Browse repository at this point
Refactor: Extract isRecordStyleAccessor helper method
Abhineshhh
committed
2550c69
View commit details
Copy full SHA for 2550c69
View code at this point
Browse repository at this point
Fix: Support Java record accessors in JSONObject
Abhineshhh
committed
20f5200
View commit details
Copy full SHA for 20f5200
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Updating to work with java 1.6
sk02241994
committed
42800c2
View commit details
Copy full SHA for 42800c2
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Reverted Constructor access to public
Md-Yasir
committed
0cdc5e5
View commit details
Copy full SHA for 0cdc5e5
View code at this point
Browse repository at this point
Revert "Refactored stop conditions to be invariant by using while loop."
Show description for ac65ee0
Md-Yasir
committed
ac65ee0
View commit details
Copy full SHA for ac65ee0
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
Added java doc for deprecated decoration
Md-Yasir
committed
39e8ead
View commit details
Copy full SHA for 39e8ead
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.