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
Branch selector
remove-references
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 15, 2025
Revert "#928 add missing java dock for JSONParserConfiguration"
Show description for 94341cd
Simulant87
committed
94341cd
View commit details
Copy full SHA for 94341cd
Browse repository at this point
#928 add missing java dock for JSONParserConfiguration
Simulant87
committed
afd9a6f
View commit details
Copy full SHA for afd9a6f
Browse repository at this point
Merge branch 'stleary:master' into remove-references
Simulant87
authored
54470e6
View commit details
Copy full SHA for 54470e6
Browse repository at this point
Merge pull request #931 from stleary/remove-duplicate-moditect
Show description for dde9d7e
stleary
authored
dde9d7e
View commit details
Copy full SHA for dde9d7e
Browse repository at this point
Merge pull request #937 from michael-ameri/remove-references
Show description for 8c427d9
stleary
authored
8c427d9
View commit details
Copy full SHA for 8c427d9
Browse repository at this point
Commits on Jan 11, 2025
add new test cases for JSONObject and JSONArray Constructors with JSONTokener and strict mode
Simulant87
committed
ad44a92
View commit details
Copy full SHA for ad44a92
Browse repository at this point
add test for invalid input on JSONTokener
Simulant87
committed
3b7ba07
View commit details
Copy full SHA for 3b7ba07
Browse repository at this point
add Javadoc and rename parameters to speaking variable names
Simulant87
committed
215f426
View commit details
Copy full SHA for 215f426
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
Browse repository at this point
Commits on Jan 8, 2025
remove-duplicate-moditect: from pom.xml
Sean Leary
authored and
Sean Leary
committed
2e15373
View commit details
Copy full SHA for 2e15373
Browse repository at this point
Commits on Jan 7, 2025
Merge pull request #930 from stleary/pre-release-20250107
Show description for 391c869
stleary
authored
391c869
View commit details
Copy full SHA for 391c869
Browse repository at this point
pre-release-20250107
Sean Leary
authored and
Sean Leary
committed
ed8c739
View commit details
Copy full SHA for ed8c739
Browse repository at this point
Merge pull request #929 from stleary/restore-moditect-pom.xml
Show description for 324090a
stleary
authored
324090a
View commit details
Copy full SHA for 324090a
Browse repository at this point
restore-moditect-pom.xml restore plugin
Sean Leary
authored and
Sean Leary
committed
41c6e9e
View commit details
Copy full SHA for 41c6e9e
Browse repository at this point
Commits on Dec 24, 2024
Merge pull request #924 from stleary/pre-release-20241224
Show description for 0e60592
stleary
authored
0e60592
View commit details
Copy full SHA for 0e60592
Browse repository at this point
pre-release-20241224: updates for next release
Sean Leary
authored and
Sean Leary
committed
4cd70cf
View commit details
Copy full SHA for 4cd70cf
Browse repository at this point
Commits on Dec 21, 2024
Merge pull request #921 from stleary/restore-jsonparserconfiguration
Show description for ac40a6f
stleary
authored
ac40a6f
View commit details
Copy full SHA for ac40a6f
Browse repository at this point
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
Browse repository at this point
Commits on Dec 15, 2024
restore-jsonparserconfiguration: fix unit tests to work when strictMode default is true
Sean Leary
authored and
Sean Leary
committed
d3c7eaf
View commit details
Copy full SHA for d3c7eaf
Browse repository at this point
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
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
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
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
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
Browse repository at this point
Commits on Nov 10, 2024
Merge pull request #894 from stleary/update-jsonpath
Show description for e7e52da
stleary
authored
e7e52da
View commit details
Copy full SHA for e7e52da
Browse repository at this point
Merge pull request #911 from stleary/revert-strict-mode-for-now
Show description for 39ee5e0
stleary
authored
39ee5e0
View commit details
Copy full SHA for 39ee5e0
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
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
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
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
Browse repository at this point
test(#901): call JsonArray.putAll with a casted list as object
hexetia
authored
0d71dcf
View commit details
Copy full SHA for 0d71dcf
Browse repository at this point
Commits on May 21, 2024
Merge pull request #888 from rikkarth/fix/887
Show description for 14f7127
stleary
authored
14f7127
View commit details
Copy full SHA for 14f7127
Browse repository at this point
Commits on May 19, 2024
chore(#887): JSONParserConfiguration strictMode true flag cleanup
rikkarth
committed
a8ab79e
View commit details
Copy full SHA for a8ab79e
Browse repository at this point
Commits on May 15, 2024
update-jsonpath: update jsonpath from 2.4.0 to 2.9.0
Sean Leary
authored and
Sean Leary
committed
783577b
View commit details
Copy full SHA for 783577b
Browse repository at this point
Commits on May 3, 2024
Merge pull request #889 from kaiyaok2/fix_nio_tests
Show description for 054786e
stleary
authored
054786e
View commit details
Copy full SHA for 054786e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.