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 }}
jakezwang
/
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
JSONTokener.java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 10, 2026
Strip JSONTokener#isAtStart()
XIAYM-gh
committed
a25f83a
View commit details
Copy full SHA for a25f83a
View code at this point
Browse repository at this point
Commits on Sep 4, 2026
Apply corner-case fixes under instruction
XIAYM-gh
committed
359b43d
View commit details
Copy full SHA for 359b43d
View code at this point
Browse repository at this point
Commits on Sep 2, 2026
Fixes corner case where strict mode isn't working when JSONTokener's next() and back() are called first
XIAYM-gh
committed
bcbbc89
View commit details
Copy full SHA for bcbbc89
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
1063-option-3 parserConfig set max len
Sean Leary
authored and
Sean Leary
committed
90563eb
View commit details
Copy full SHA for 90563eb
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
Commits on Jul 13, 2025
oops forgot null
marilynel
committed
c91b728
View commit details
Copy full SHA for c91b728
View code at this point
Browse repository at this point
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 Feb 9, 2025
deprecated unnecessary setter method
marilynel
committed
1689fc2
View commit details
Copy full SHA for 1689fc2
View code at this point
Browse repository at this point
Commits on Jan 11, 2025
add Javadoc and rename parameters to speaking variable names
Simulant87
committed
215f426
View commit details
Copy full SHA for 215f426
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
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 #886 from Simulant87/884-strictmode-javadoc"
Show description for 61dc264
Sean Leary
authored and
Sean Leary
committed
61dc264
View commit details
Copy full SHA for 61dc264
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 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
fix(#877): adaptation for java 6 compatibility
rikkarth
committed
7a8c216
View commit details
Copy full SHA for 7a8c216
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 23, 2024
chore(#887): signature minor edit
rikkarth
committed
879579d
View commit details
Copy full SHA for 879579d
View code at this point
Browse repository at this point
fix(#887): allow null value strict mode
rikkarth
committed
898dd5a
View commit details
Copy full SHA for 898dd5a
View code at this point
Browse repository at this point
chore(#887): clean up parsedUnquotedText implementation
rikkarth
committed
ce13ebd
View commit details
Copy full SHA for ce13ebd
View code at this point
Browse repository at this point
fix(#887): regression parsing array with non-string and boolean values
rikkarth
committed
7cc1948
View commit details
Copy full SHA for 7cc1948
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
Merge branch 'master' of github.com:stleary/JSON-java into fix/887
rikkarth
committed
03def9c
View commit details
Copy full SHA for 03def9c
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 12, 2024
add javadoc for strictmode
Simulant87
authored
5bd4257
View commit details
Copy full SHA for 5bd4257
View code at this point
Browse repository at this point
Commits on Apr 7, 2024
change(stleary#871-strictMode): cleanup
Show description for 3200275
rikkarth
committed
3200275
View commit details
Copy full SHA for 3200275
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
Merge branch 'master' into feat/871-strictMode
rikkarth
committed
d92d62a
View commit details
Copy full SHA for d92d62a
View code at this point
Browse repository at this point
feat(#871-strictMode): removed allowSingleQuotes
Show description for 46534b5
rikkarth
committed
46534b5
View commit details
Copy full SHA for 46534b5
View code at this point
Browse repository at this point
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 27, 2024
Revert "explain position information numbers in syntax exception"
Show description for 0fcf352
Simulant87
committed
0fcf352
View commit details
Copy full SHA for 0fcf352
View code at this point
Browse repository at this point
Commits on Mar 23, 2024
explain position information numbers in syntax exception
Simulant87
committed
d69d5e2
View commit details
Copy full SHA for d69d5e2
View code at this point
Browse repository at this point
add test cases for extended syntax error exception messages
Simulant87
committed
f1c9d07
View commit details
Copy full SHA for f1c9d07
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
leave JSONTokener.toString unchanged
Simulant87
committed
6c160b7
View commit details
Copy full SHA for 6c160b7
View code at this point
Browse repository at this point
extend syntax error information
Simulant87
committed
30dc227
View commit details
Copy full SHA for 30dc227
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.