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 }}
effad
/
JSON-java
Public
forked from
stleary/JSON-java
Notifications
You must be signed in to change notification settings
Fork
1
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 21, 2025
Fix cloning of parser configuration.
Robert Lichtenberger
committed
fd0cca3
View commit details
Copy full SHA for fd0cca3
Browse repository at this point
Merge branch 'stleary:master' into master
effad
authored
50a5ce2
View commit details
Copy full SHA for 50a5ce2
Browse repository at this point
Use better name for parser configuration option, fix API comment.
Robert Lichtenberger
committed
1afd7cd
View commit details
Copy full SHA for 1afd7cd
Browse repository at this point
Commits on Mar 19, 2025
Merge pull request #960 from marilynel/master
Show description for 7751b39
stleary
authored
7751b39
View commit details
Copy full SHA for 7751b39
Browse repository at this point
Add test for JSONArray from Java collection.
Robert Lichtenberger
committed
5d1c789
View commit details
Copy full SHA for 5d1c789
Browse repository at this point
Allow to configure Java null handling.
Robert Lichtenberger
committed
d1327c2
View commit details
Copy full SHA for d1327c2
Browse repository at this point
Commits on Mar 16, 2025
Merge branch 'stleary:master' into master
marilynel
authored
628d8c4
View commit details
Copy full SHA for 628d8c4
Browse repository at this point
readme edit
marilynel
committed
76ee431
View commit details
Copy full SHA for 76ee431
Browse repository at this point
edited pom.xml for mvn testing with strict mode
marilynel
committed
4a66231
View commit details
Copy full SHA for 4a66231
Browse repository at this point
Commits on Mar 6, 2025
Merge pull request #955 from marilynel/master
Show description for 6452a6f
stleary
authored
6452a6f
View commit details
Copy full SHA for 6452a6f
Browse repository at this point
Commits on Mar 2, 2025
dont mess with my line
marilynel
committed
ae4f4af
View commit details
Copy full SHA for ae4f4af
Browse repository at this point
test with strict mode enabled and fixed
marilynel
committed
8a86894
View commit details
Copy full SHA for 8a86894
Browse repository at this point
Commits on Feb 24, 2025
tests seem to be working, run with strictMode = fale then true
marilynel
committed
f30167e
View commit details
Copy full SHA for f30167e
Browse repository at this point
Commits on Feb 21, 2025
Merge pull request #951 from marilynel/master
Show description for 75e5a3d
stleary
authored
75e5a3d
View commit details
Copy full SHA for 75e5a3d
Browse repository at this point
Commits on Feb 15, 2025
optimized unit tests to respond accurately to default strictMode
marilynel
committed
3919abd
View commit details
Copy full SHA for 3919abd
Browse repository at this point
fixed failing unit tests in strict mode, issue 940
marilynel
committed
f112a09
View commit details
Copy full SHA for f112a09
Browse repository at this point
Merge pull request #949 from marilynel/master
Show description for 42afb34
stleary
authored
42afb34
View commit details
Copy full SHA for 42afb34
Browse repository at this point
Commits on Feb 10, 2025
Merge branch 'stleary:master' into master
marilynel
authored
a746322
View commit details
Copy full SHA for a746322
Browse repository at this point
Commits on Feb 9, 2025
Merge pull request #950 from stleary/upgrade-upload-artifact-in-pipeline
Show description for c524cd1
stleary
authored
c524cd1
View commit details
Copy full SHA for c524cd1
Browse repository at this point
upgrade-upload-artifact-in-pipeline update from v3 to v4
Sean Leary
authored and
Sean Leary
committed
52f249c
View commit details
Copy full SHA for 52f249c
Browse repository at this point
deprecated unnecessary setter method
marilynel
committed
1689fc2
View commit details
Copy full SHA for 1689fc2
Browse repository at this point
Commits on Jan 19, 2025
Merge pull request #948 from Simulant87/947-JSONTokener-configuration-ignored
Show description for 22f8290
stleary
authored
22f8290
View commit details
Copy full SHA for 22f8290
Browse repository at this point
Merge pull request #946 from Simulant87/928-javadoc-warning-JSONParserConfiguration
Show description for 8b857da
stleary
authored
8b857da
View commit details
Copy full SHA for 8b857da
Browse repository at this point
Merge pull request #942 from michael-ameri/fix-clone
Show description for 07b1291
stleary
authored
07b1291
View commit details
Copy full SHA for 07b1291
Browse repository at this point
Merge pull request #938 from Simulant87/remove-references
Show description for 1d81e88
stleary
authored
1d81e88
View commit details
Copy full SHA for 1d81e88
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
Browse repository at this point
#947 add new failing tests with JSONTokener having strict mode configuration
Simulant87
committed
6631b80
View commit details
Copy full SHA for 6631b80
Browse repository at this point
#928 add missing java dock for JSONParserConfiguration
Show description for 9218f28
Simulant87
committed
9218f28
View commit details
Copy full SHA for 9218f28
Browse repository at this point
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 12, 2025
add missing fields when cloning
michael-ameri
committed
4bbbe77
View commit details
Copy full SHA for 4bbbe77
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
Previous
Next
You can’t perform that action at this time.