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 }}
michael-ameri
/
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
main
java
org
json
JSONObject.java
on
master
User selector
All users
Datepicker
All time
Commit history
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 7, 2025
more sonarcube optimization in jsonobject.java
marilynel
committed
69c87dc
View commit details
Copy full SHA for 69c87dc
View code at this point
Browse repository at this point
more sonarcube optimization in jsonobject.java
marilynel
committed
53cfa74
View commit details
Copy full SHA for 53cfa74
View code at this point
Browse repository at this point
more sonarcube optimization in jsonobject.java
marilynel
committed
4e0f62b
View commit details
Copy full SHA for 4e0f62b
View code at this point
Browse repository at this point
Commits on Aug 24, 2025
more sonarcube cleanup
marilynel
committed
6ed2880
View commit details
Copy full SHA for 6ed2880
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
sonar cube stuff
marilynel
committed
9bb26bd
View commit details
Copy full SHA for 9bb26bd
View code at this point
Browse repository at this point
Commits on Jul 27, 2025
more sonarcube issues
marilynel
committed
38c3a0b
View commit details
Copy full SHA for 38c3a0b
View code at this point
Browse repository at this point
addressing minor sonarqube concerns
marilynel
committed
ebd9a17
View commit details
Copy full SHA for ebd9a17
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
oops one more sonarcube issue lol
marilynel
committed
e762629
View commit details
Copy full SHA for e762629
View code at this point
Browse repository at this point
addressing cognitive complextity
marilynel
committed
7fc41a6
View commit details
Copy full SHA for 7fc41a6
View code at this point
Browse repository at this point
Commits on Jul 13, 2025
fixed some strict mode issues 980
marilynel
committed
fdaeb48
View commit details
Copy full SHA for fdaeb48
View code at this point
Browse repository at this point
Commits on Jul 4, 2025
tech-debt-25250701 add jacoco to gradle build, refactor JSONObject to restore performance
Sean Leary
authored and
Sean Leary
committed
7b0d194
View commit details
Copy full SHA for 7b0d194
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
Merge pull request #990 from Simulant87/984-refactor-cognitive-complexity-populateMap
Show description for 197afdd
stleary
authored
197afdd
View commit details
Copy full SHA for 197afdd
View code at this point
Browse repository at this point
Commits on Jun 26, 2025
Format line 2755 in JSONObject.java
AlexCai2019
authored
c882783
View commit details
Copy full SHA for c882783
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
#984 extract method for annotation value check
Simulant87
committed
5063d31
View commit details
Copy full SHA for 5063d31
View code at this point
Browse repository at this point
#984 extract methods reducing cognitive complexity
Show description for 916fba5
Simulant87
committed
916fba5
View commit details
Copy full SHA for 916fba5
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
Remove a redundant condition and an empty string
Show description for aac376f
AlexCai2019
committed
aac376f
View commit details
Copy full SHA for aac376f
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
remove-unused-code-jsonobject removed unused method from jsonobject
Sean Leary
authored and
Sean Leary
committed
5033043
View commit details
Copy full SHA for 5033043
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
Use constant.equals()
Show description for e800cc3
AlexCai2019
committed
e800cc3
View commit details
Copy full SHA for e800cc3
View code at this point
Browse repository at this point
Commits on May 23, 2025
Use JSONParserConfiguration to decide on serializing null fields into JSONObject #982
harshith8854
committed
dadc3e5
View commit details
Copy full SHA for dadc3e5
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
Use better name for parser configuration option, fix API comment.
Robert Lichtenberger
committed
1afd7cd
View commit details
Copy full SHA for 1afd7cd
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
Allow to configure Java null handling.
Robert Lichtenberger
committed
d1327c2
View commit details
Copy full SHA for d1327c2
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
#947 use JSONParserConfiguration of JSONTokener in JSONObject and JSONArray constructor
Simulant87
committed
4c873a1
View commit details
Copy full SHA for 4c873a1
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
remove field references to JSONTokener and JSONParserConfiguration in JSONArray
Show description for ca1c683
michael-ameri
committed
ca1c683
View commit details
Copy full SHA for ca1c683
View code at this point
Browse repository at this point
Commits on Dec 21, 2024
Code review action items - add comments and consistent error messages for strict mode
Sean Leary
authored and
Sean Leary
committed
2dcef89
View commit details
Copy full SHA for 2dcef89
View code at this point
Browse repository at this point
Commits on Dec 15, 2024
restore-jsonparserconfiguration: add jsonobject strict tests. Detect semicolon instead of colon separator in object
Sean Leary
authored and
Sean Leary
committed
09536cd
View commit details
Copy full SHA for 09536cd
View code at this point
Browse repository at this point
Commits on Dec 14, 2024
restore-jsonparserconfiguration: strict mode initial attempt. Still missing all JSONObject test cases and strict mode sanity check. Might be able to simplify implementation a bit more
Sean Leary
authored and
Sean Leary
committed
1f0729c
View commit details
Copy full SHA for 1f0729c
View code at this point
Browse repository at this point
Commits on Nov 3, 2024
Revert "Merge pull request #877 from rikkarth/feat/871-strictMode"
Show description for 215ec9b
Sean Leary
authored and
Sean Leary
committed
215ec9b
View commit details
Copy full SHA for 215ec9b
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
feat(#871-strictMode): add allowSingleQuote option, add enhancements and simplification
rikkarth
committed
c0918c2
View commit details
Copy full SHA for c0918c2
View code at this point
Browse repository at this point
feat(#871-strictMode): enhanced and simplified strictMode logic
rikkarth
committed
372f5ca
View commit details
Copy full SHA for 372f5ca
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Merge branch 'master' into feat/871-strictMode
rikkarth
committed
8f66865
View commit details
Copy full SHA for 8f66865
View code at this point
Browse repository at this point
Commits on Mar 17, 2024
chore(#871-strictMode): reverted unrelated changes
rikkarth
committed
3672b5e
View commit details
Copy full SHA for 3672b5e
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
feat(#871-strictMode): improved validation, strict mode for quotes implementation
rikkarth
committed
e67abb3
View commit details
Copy full SHA for e67abb3
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
#863 move instanceof Enum check back to original position
Simulant87
committed
b75da07
View commit details
Copy full SHA for b75da07
View code at this point
Browse repository at this point
Merge branch 'master' into 863-improve-toString-performance-StringBuilderWriter
Simulant87
committed
5974fc1
View commit details
Copy full SHA for 5974fc1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.