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 }}
marktech0813
/
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
master
User selector
All users
Datepicker
All time
Commit history
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
Browse repository at this point
Commits on Oct 31, 2025
Merge pull request #1006 from sk02241994/feature-1003
Show description for 25f355a
stleary
authored
25f355a
View commit details
Copy full SHA for 25f355a
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
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
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
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
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
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
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
Browse repository at this point
Made CookieList constructor to private.
Md-Yasir
committed
1de42aa
View commit details
Copy full SHA for 1de42aa
Browse repository at this point
Made Cookie constructor to private.
Md-Yasir
committed
c13b57c
View commit details
Copy full SHA for c13b57c
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
f92f281
View commit details
Copy full SHA for f92f281
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
Browse repository at this point
Commits on Oct 16, 2025
Updating docs
sk02241994
committed
a7c1930
View commit details
Copy full SHA for a7c1930
Browse repository at this point
Limiting implemetation by removing the new classes.
sk02241994
committed
c4c2beb
View commit details
Copy full SHA for c4c2beb
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
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
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
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
fbb6b31
View commit details
Copy full SHA for fbb6b31
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
ebc13d6
View commit details
Copy full SHA for ebc13d6
Browse repository at this point
Updating to work with java 1.6
sk02241994
committed
7d28955
View commit details
Copy full SHA for 7d28955
Browse repository at this point
1003: Implement JSONObject.fromJson() with unit tests
sk02241994
committed
83a0e34
View commit details
Copy full SHA for 83a0e34
Browse repository at this point
Commits on Oct 12, 2025
Merge pull request #1014 from Md-Yasir/enhancement/string-check
Show description for 3e8d1d1
stleary
authored
3e8d1d1
View commit details
Copy full SHA for 3e8d1d1
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
Browse repository at this point
Commits on Sep 24, 2025
Merge pull request #1013 from marilynel/master
Show description for eb97037
stleary
authored
eb97037
View commit details
Copy full SHA for eb97037
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
Browse repository at this point
more cleanup sonarqube JSONArray
marilynel
committed
c6efa08
View commit details
Copy full SHA for c6efa08
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
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
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
Browse repository at this point
Commits on Sep 14, 2025
more sonarcube fixes
marilynel
committed
f2af220
View commit details
Copy full SHA for f2af220
Browse repository at this point
Commits on Sep 11, 2025
Merge pull request #1005 from marilynel/master
Show description for a3edc1d
stleary
authored
a3edc1d
View commit details
Copy full SHA for a3edc1d
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
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
Browse repository at this point
Commits on Sep 7, 2025
more sonarcube optimization in jsonobject.java
marilynel
committed
69c87dc
View commit details
Copy full SHA for 69c87dc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.