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
main
java
org
json
JSONArray.java
on
master
User selector
All users
Datepicker
All time
Commit history
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 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 10, 2025
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
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 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 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
restore-jsonparserconfiguration: clean up some whitespace
Sean Leary
authored and
Sean Leary
committed
80b2672
View commit details
Copy full SHA for 80b2672
View code at this point
Browse repository at this point
restore-jsonparserconfiguration: Restore methods to be used for strict mode
Sean Leary
authored and
Sean Leary
committed
1f308db
View commit details
Copy full SHA for 1f308db
View code at this point
Browse repository at this point
Commits on Nov 13, 2024
Merge pull request #907 from hexetia/fix-901
Show description for 2ee5bf1
stleary
authored
2ee5bf1
View commit details
Copy full SHA for 2ee5bf1
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
Revert "Merge pull request #888 from rikkarth/fix/887"
Show description for ab1b9a3
Sean Leary
authored and
Sean Leary
committed
ab1b9a3
View commit details
Copy full SHA for ab1b9a3
View code at this point
Browse repository at this point
Commits on Oct 5, 2024
fix(#901): add the jsonparserConfiguration param to avoid a stackoverflow error
hexetia
authored
14e9cdc
View commit details
Copy full SHA for 14e9cdc
View code at this point
Browse repository at this point
Commits on Apr 28, 2024
fix(#887): regressions, unit tests
Show description for 1ae43bd
rikkarth
committed
1ae43bd
View commit details
Copy full SHA for 1ae43bd
View code at this point
Browse repository at this point
Commits on Apr 27, 2024
feat(#877): add additional validation, test case
rikkarth
committed
1e3f37b
View commit details
Copy full SHA for 1e3f37b
View code at this point
Browse repository at this point
feat(#877): improved JSONArray and JSONTokener logic
Show description for 9216a19
rikkarth
committed
9216a19
View commit details
Copy full SHA for 9216a19
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
fix(#887): small typo
rikkarth
committed
0bace72
View commit details
Copy full SHA for 0bace72
View code at this point
Browse repository at this point
fix(#887): double array breaking JSONTokener.nextValue
Show description for 3dcd5b2
rikkarth
committed
3dcd5b2
View commit details
Copy full SHA for 3dcd5b2
View code at this point
Browse repository at this point
Commits on Apr 14, 2024
fix(#887): corrected small typo
rikkarth
committed
ce074e9
View commit details
Copy full SHA for ce074e9
View code at this point
Browse repository at this point
fix(#887): complete strictMode for JSONArray
rikkarth
committed
fe597d2
View commit details
Copy full SHA for fe597d2
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
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 18, 2024
fix typo
Simulant87
authored
6aed1cf
View commit details
Copy full SHA for 6aed1cf
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
docs(#871-strictMode): JSONArray constructor JavaDoc update
rikkarth
committed
c51efe8
View commit details
Copy full SHA for c51efe8
View code at this point
Browse repository at this point
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
feat(#871-strictMode): strictMode JSONArray initial implementation
Show description for 63e8314
rikkarth
committed
63e8314
View commit details
Copy full SHA for 63e8314
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
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
Commits on Feb 24, 2024
#863 compute initial capacity for StringBuilderWriter
Simulant87
committed
06778bd
View commit details
Copy full SHA for 06778bd
View code at this point
Browse repository at this point
backing out recent changes to optLong, getLong. See #868
Sean Leary
authored and
Sean Leary
committed
771c82c
View commit details
Copy full SHA for 771c82c
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
#863 use StringBuilderWriter to toString methods
Show description for 7c7a98d
Simulant87
committed
7c7a98d
View commit details
Copy full SHA for 7c7a98d
View code at this point
Browse repository at this point
Commits on Dec 30, 2023
cleanup-and-merge-tests: fix warnings, set gradlew permissions, enable unchecked warnings in maven
Sean Leary
authored and
Sean Leary
committed
5ddb8c3
View commit details
Copy full SHA for 5ddb8c3
View code at this point
Browse repository at this point
Commits on Dec 24, 2023
Adding comments
sk02241994
committed
7701f21
View commit details
Copy full SHA for 7701f21
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.