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 }}
rafischer
/
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
test
on
map-unit-tests
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 20, 2022
initial attempt to test for inconsistent map types in JSONObject
stleary
committed
e0534b3
View commit details
Copy full SHA for e0534b3
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Updates tests to have updated message expectations
John J. Aylward
committed
beae279
View commit details
Copy full SHA for beae279
View code at this point
Browse repository at this point
Commits on Jan 26, 2022
Add test cases for invalid input
John J. Aylward
committed
7a124d8
View commit details
Copy full SHA for 7a124d8
View code at this point
Browse repository at this point
Commits on Dec 4, 2021
Merge pull request #646 from Zetmas/feature/issue#595
Show description for cff5cc6
stleary
authored
cff5cc6
View commit details
Copy full SHA for cff5cc6
View code at this point
Browse repository at this point
Commits on Nov 27, 2021
Use IdentityHashSet for cycle detection
Show description for 812955e
cushon
committed
812955e
View commit details
Copy full SHA for 812955e
View code at this point
Browse repository at this point
Commits on Nov 20, 2021
Test case passed with tags with multiple entries set forceList
Zach
committed
5dd78bc
View commit details
Copy full SHA for 5dd78bc
View code at this point
Browse repository at this point
Pass test case for empty tag with forceList
Zach
committed
e638955
View commit details
Copy full SHA for e638955
View code at this point
Browse repository at this point
longer forcelist tests
Zach
committed
3f9b53f
View commit details
Copy full SHA for 3f9b53f
View code at this point
Browse repository at this point
Added simple test case
Zach
committed
fafaeb7
View commit details
Copy full SHA for fafaeb7
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
Added test cases for self recursion and complex but no recursion
Zach
committed
fca7e17
View commit details
Copy full SHA for fca7e17
View code at this point
Browse repository at this point
add test case and modified old ones
Zach
committed
fb96e87
View commit details
Copy full SHA for fb96e87
View code at this point
Browse repository at this point
long circle test
Zach
committed
638273a
View commit details
Copy full SHA for 638273a
View code at this point
Browse repository at this point
successful test
Zach
committed
1ffcf39
View commit details
Copy full SHA for 1ffcf39
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
data class for recursive test
Zach
committed
4565bdd
View commit details
Copy full SHA for 4565bdd
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
fix: refactor tests
Show description for 3ed9154
katldewitt
committed
3ed9154
View commit details
Copy full SHA for 3ed9154
View code at this point
Browse repository at this point
chore: write unit tests for behavior
katldewitt
committed
669316d
View commit details
Copy full SHA for 669316d
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
chore: initial unit tests
katldewitt
committed
30a70c8
View commit details
Copy full SHA for 30a70c8
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Fix test to support oreder mismatch
sreekesh93
committed
9000901
View commit details
Copy full SHA for 9000901
View code at this point
Browse repository at this point
Fix test to support oreder mismatch
sreekesh93
committed
f03eb56
View commit details
Copy full SHA for f03eb56
View code at this point
Browse repository at this point
Refactor JSONPointerTest
sreekesh93
committed
b4bbc58
View commit details
Copy full SHA for b4bbc58
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Fix some typos
cushon
committed
8ca8a80
View commit details
Copy full SHA for 8ca8a80
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
merge from master to pick up #616 and add one more test
stleary
committed
8680b10
View commit details
Copy full SHA for 8680b10
View code at this point
Browse repository at this point
Merge branch 'master' into fix-similar-check
stleary
committed
2559114
View commit details
Copy full SHA for 2559114
View code at this point
Browse repository at this point
Commits on Jul 23, 2021
correct error in converting doubles to big decimals
johnjaylward
committed
579784d
View commit details
Copy full SHA for 579784d
View code at this point
Browse repository at this point
Add test to show bug
johnjaylward
committed
c03054b
View commit details
Copy full SHA for c03054b
View code at this point
Browse repository at this point
fix javadoc errors that prevent compilation in Eclipse
johnjaylward
committed
4e0faeb
View commit details
Copy full SHA for 4e0faeb
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Fixes Issue #611 JsonArray.similar() returns after number entry check
stleary
committed
c6089e5
View commit details
Copy full SHA for c6089e5
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
Fixes Issue #611 JsonObject.similar() returns after number entry check
stleary
committed
cfbc306
View commit details
Copy full SHA for cfbc306
View code at this point
Browse repository at this point
Commits on Jun 23, 2021
New JSONObject.optJSONObject method with defaultValue parameter
tilds
committed
f91d0c8
View commit details
Copy full SHA for f91d0c8
View code at this point
Browse repository at this point
Revert accidentally changed file
stleary
committed
76ec2fe
View commit details
Copy full SHA for 76ec2fe
View code at this point
Browse repository at this point
Add logo image
stleary
committed
8f3e5ad
View commit details
Copy full SHA for 8f3e5ad
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
Fixed incorrect cast getting float from array
Show description for 7589408
ianlovejoy
committed
7589408
View commit details
Copy full SHA for 7589408
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
Closes 563: As never defined in RFC 6901 Section 3, do not handle backslashes (\) and quotes(") as anything special
fossterer
committed
d6ccc64
View commit details
Copy full SHA for d6ccc64
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
Added UnitTests
Show description for efad1d7
stranck
committed
efad1d7
View commit details
Copy full SHA for efad1d7
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Add test to demonstrate the issue. See #573
John J. Aylward
committed
e4b76d6
View commit details
Copy full SHA for e4b76d6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.