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 }}
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
Breadcrumbs
History for
JSON-java
src
test
java
org
json
junit
JSONObjectTest.java
on
master
User selector
All users
Datepicker
All time
Commit history
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 Feb 15, 2025
optimized unit tests to respond accurately to default strictMode
marilynel
committed
3919abd
View commit details
Copy full SHA for 3919abd
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
#947 add new failing tests with JSONTokener having strict mode configuration
Simulant87
committed
6631b80
View commit details
Copy full SHA for 6631b80
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: 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
View code at this point
Browse repository at this point
Commits on Nov 3, 2024
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 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
View code at this point
Browse repository at this point
Commits on Apr 28, 2024
fixes the broken JSONObjectTest cases
Sean Leary
authored and
Sean Leary
committed
2098373
View commit details
Copy full SHA for 2098373
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
fixed non-idempotent unit tests
kaiyaok2
committed
b6e347d
View commit details
Copy full SHA for b6e347d
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 Feb 25, 2024
add unit tests to clarify current behavior for JSONObject and XML
Sean Leary
authored and
Sean Leary
committed
8982888
View commit details
Copy full SHA for 8982888
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
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 Dec 30, 2023
cleanup-and-merge-tests: pull in unit tests from #809
Sean Leary
authored and
Sean Leary
committed
86bb0a1
View commit details
Copy full SHA for 86bb0a1
View code at this point
Browse repository at this point
Commits on Dec 23, 2023
Review comments
sk02241994
committed
ffd48af
View commit details
Copy full SHA for ffd48af
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Adding JSONParserConfiguration for configuring the depth of nested maps
sk02241994
committed
abea194
View commit details
Copy full SHA for abea194
View code at this point
Browse repository at this point
Adding test case for nested json with depth of 999, 1000, 1001
sk02241994
committed
dcac3bc
View commit details
Copy full SHA for dcac3bc
View code at this point
Browse repository at this point
Resolving issue #743
Show description for 6d81160
sk02241994
committed
6d81160
View commit details
Copy full SHA for 6d81160
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Fixes #821
Show description for a3742ac
John J. Aylward
committed
a3742ac
View commit details
Copy full SHA for a3742ac
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Merge pull request #788 from hofi1/bugfix/fix-JSON-flakiness
Show description for e6d37c4
stleary
authored
e6d37c4
View commit details
Copy full SHA for e6d37c4
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
remove JSONAssert
simonh5
committed
29a7f46
View commit details
Copy full SHA for 29a7f46
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
#653 - review comments updated.
rudrajyotib
committed
0cdc38a
View commit details
Copy full SHA for 0cdc38a
View code at this point
Browse repository at this point
Merge branch 'stleary:master' into master
rudrajyotib
authored
d5277b1
View commit details
Copy full SHA for d5277b1
View code at this point
Browse repository at this point
Commits on Oct 7, 2023
add validity check for JSONObject constructors
Show description for c93014c
Madjosz
committed
c93014c
View commit details
Copy full SHA for c93014c
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
#653 - optLong vs getLong inconsistencies
Show description for 1a38879
rudrajyotib
committed
1a38879
View commit details
Copy full SHA for 1a38879
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
Merge pull request #772 from eamonnmcmanus/complexkey
Show description for beb2fb5
stleary
authored
beb2fb5
View commit details
Copy full SHA for beb2fb5
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
Merge pull request #773 from eedijs/master
Show description for ef68cdf
stleary
authored
ef68cdf
View commit details
Copy full SHA for ef68cdf
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
Merge branch 'stleary:master' into complexkey
eamonnmcmanus
authored
eaa5611
View commit details
Copy full SHA for eaa5611
View code at this point
Browse repository at this point
Add more test cases for unquoted text in objects and arrays.
eamonnmcmanus
committed
dbb1131
View commit details
Copy full SHA for dbb1131
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Simplify the check for object keys that are themselves objects.
Show description for 16967f3
eamonnmcmanus
committed
16967f3
View commit details
Copy full SHA for 16967f3
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Add optJSONArray method to JSONObject with a default value
eedijs
committed
db0fde2
View commit details
Copy full SHA for db0fde2
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
Generalize the logic to disallow nested objects and arrays as keys in objects.
Show description for 661114c
eamonnmcmanus
committed
661114c
View commit details
Copy full SHA for 661114c
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
fix: flakiness in org.json.junit.JSONObjectTest#valueToString
simonh5
committed
ca88454
View commit details
Copy full SHA for ca88454
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.