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
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 }}
Simulant87
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JSON-java
src
main
java
org
json
on
update-build-script
User selector
All users
Datepicker
All time
Commit history
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
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
Deprecated public constructors instead of making it private.
Md-Yasir
committed
6dd878d
View commit details
Copy full SHA for 6dd878d
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
Refactored stop conditions to be invariant by using while loop.
Md-Yasir
committed
2c6082a
View commit details
Copy full SHA for 2c6082a
View code at this point
Browse repository at this point
Made JSONMl constructor to private and refactored ternary operations to independent statement in L243
Md-Yasir
committed
5dc1031
View commit details
Copy full SHA for 5dc1031
View code at this point
Browse repository at this point
Made CookieList constructor to private.
Md-Yasir
committed
1de42aa
View commit details
Copy full SHA for 1de42aa
View code at this point
Browse repository at this point
Made Cookie constructor to private.
Md-Yasir
committed
c13b57c
View commit details
Copy full SHA for c13b57c
View code at this point
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
f92f281
View commit details
Copy full SHA for f92f281
View code at this point
Browse repository at this point
Removing the interface classes and simplifying the implementation to use if else instead
sk02241994
committed
8ccf5d7
View commit details
Copy full SHA for 8ccf5d7
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
Updating docs
sk02241994
committed
a7c1930
View commit details
Copy full SHA for a7c1930
View code at this point
Browse repository at this point
Limiting implemetation by removing the new classes.
sk02241994
committed
c4c2beb
View commit details
Copy full SHA for c4c2beb
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
Updating to work with java 1.6
sk02241994
committed
9adea9e
View commit details
Copy full SHA for 9adea9e
View code at this point
Browse repository at this point
- Updating for java 1.6
Show description for 7465da8
sk02241994
committed
7465da8
View commit details
Copy full SHA for 7465da8
View code at this point
Browse repository at this point
- Added implementation for Enum and Map
Show description for 0521928
sk02241994
committed
0521928
View commit details
Copy full SHA for 0521928
View code at this point
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
fbb6b31
View commit details
Copy full SHA for fbb6b31
View code at this point
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
ebc13d6
View commit details
Copy full SHA for ebc13d6
View code at this point
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
7d28955
View commit details
Copy full SHA for 7d28955
View code at this point
Browse repository at this point
1003: Implement JSONObject.fromJson() with unit tests
sk02241994
committed
83a0e34
View commit details
Copy full SHA for 83a0e34
View code at this point
Browse repository at this point
Commits on Oct 11, 2025
changed string checking logic >> string.length() > 0 to !string.isEmpty()
Md-Yasir
committed
1a2c50b
View commit details
Copy full SHA for 1a2c50b
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
Merge branch 'master' of https://github.com/marilynel/JSON-java
marilynel
committed
05867c4
View commit details
Copy full SHA for 05867c4
View code at this point
Browse repository at this point
more cleanup sonarqube JSONArray
marilynel
committed
c6efa08
View commit details
Copy full SHA for c6efa08
View code at this point
Browse repository at this point
Commits on Sep 19, 2025
Merge pull request #1011 from marilynel/master
Show description for aff59d0
stleary
authored
aff59d0
View commit details
Copy full SHA for aff59d0
View code at this point
Browse repository at this point
Merge pull request #1008 from eleumik/eleumik-patch-1007-array
Show description for b258ea3
stleary
authored
b258ea3
View commit details
Copy full SHA for b258ea3
View code at this point
Browse repository at this point
Merge pull request #1009 from eleumik/eleumik-patch-1
Show description for a5e234a
stleary
authored
a5e234a
View commit details
Copy full SHA for a5e234a
View code at this point
Browse repository at this point
Commits on Sep 14, 2025
more sonarcube fixes
marilynel
committed
f2af220
View commit details
Copy full SHA for f2af220
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
Update JSONTokener.java for #1007
Show description for 686c084
eleumik
authored
686c084
View commit details
Copy full SHA for 686c084
View code at this point
Browse repository at this point
Update JSONArray.java for #1007
Show description for 9de3005
eleumik
authored
9de3005
View commit details
Copy full SHA for 9de3005
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.