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 }}
alisterz
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 27, 2023
Merge pull request #823 from sk02241994/issue_743
Show description for d7819a4
stleary
authored
d7819a4
View commit details
Copy full SHA for d7819a4
Browse repository at this point
Commits on Dec 24, 2023
Adding comments
sk02241994
committed
7701f21
View commit details
Copy full SHA for 7701f21
Browse repository at this point
Commits on Dec 23, 2023
Review comments
sk02241994
committed
ffd48af
View commit details
Copy full SHA for ffd48af
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
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
Browse repository at this point
Resolving issue #743
Show description for 6d81160
sk02241994
committed
6d81160
View commit details
Copy full SHA for 6d81160
Browse repository at this point
Commits on Dec 7, 2023
Merge pull request #835 from LaFriska/branch1
Show description for 6dba722
stleary
authored
6dba722
View commit details
Copy full SHA for 6dba722
Browse repository at this point
Commits on Dec 3, 2023
Merge pull request #831 from adityap27/refactor
Show description for d452169
stleary
authored
d452169
View commit details
Copy full SHA for d452169
Browse repository at this point
Commits on Nov 28, 2023
deleted redundant .toString() call in README test method Sysout
LaFriska
committed
7cbeb35
View commit details
Copy full SHA for 7cbeb35
Browse repository at this point
isNumericChar() - switch comparison order
adityap27
committed
aba82d9
View commit details
Copy full SHA for aba82d9
Browse repository at this point
Commits on Nov 27, 2023
Merge branch 'stleary:master' into refactor
adityap27
authored
4a468d1
View commit details
Copy full SHA for 4a468d1
Browse repository at this point
Commits on Nov 25, 2023
Merge pull request #830 from HappyHacker123/upgrade_json_path
Show description for 9299177
stleary
authored
9299177
View commit details
Copy full SHA for 9299177
Browse repository at this point
Commits on Nov 19, 2023
refactor: decompose condition of digit checks by using extra method 'isNumericChar(...)' in NumberConversionUtil.
adityap27
committed
7f1cb8b
View commit details
Copy full SHA for 7f1cb8b
Browse repository at this point
refactor: introduce explaining variable 'indentationSuffix' in XML.toString()
adityap27
committed
75419e3
View commit details
Copy full SHA for 75419e3
Browse repository at this point
refactor: rename variable boolean 'b' to 'isEndOfPair' in CookieList.toString()
adityap27
committed
097a401
View commit details
Copy full SHA for 097a401
Browse repository at this point
Commits on Nov 17, 2023
Merge pull request #828 from harshith2000/Fix-flaky-tests
Show description for 5c4a7a1
stleary
authored
5c4a7a1
View commit details
Copy full SHA for 5c4a7a1
Browse repository at this point
Upgrade json-path's version to 2.4 to avoid dependency conflict.
HappyHacker123
committed
b5f9feb
View commit details
Copy full SHA for b5f9feb
Browse repository at this point
Commits on Nov 13, 2023
Fixed flaky tests in XMLTest.java
harshith2000
committed
1a61af8
View commit details
Copy full SHA for 1a61af8
Browse repository at this point
Commits on Nov 10, 2023
Merge pull request #824 from johnjaylward/fix821
Show description for 11c29c3
stleary
authored
11c29c3
View commit details
Copy full SHA for 11c29c3
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
Browse repository at this point
Commits on Oct 31, 2023
Merge pull request #814 from rudrajyotib/issue813
Show description for 783d298
stleary
authored
783d298
View commit details
Copy full SHA for 783d298
Browse repository at this point
Merge pull request #820 from rudrajyotib/issue748
Show description for 6c1bc06
stleary
authored
6c1bc06
View commit details
Copy full SHA for 6c1bc06
Browse repository at this point
Commits on Oct 28, 2023
#748 - PR comments - follow convention of configuration builder.
rudrajyotib
committed
8ec822c
View commit details
Copy full SHA for 8ec822c
Browse repository at this point
#813 - PR comments - alignments
rudrajyotib
committed
1ceb70b
View commit details
Copy full SHA for 1ceb70b
Browse repository at this point
Commits on Oct 27, 2023
#748 - javadoc updated for methods.
rudrajyotib
committed
c05d705
View commit details
Copy full SHA for c05d705
Browse repository at this point
Merge branch 'master' into issue813
rudrajyotib
committed
07a3584
View commit details
Copy full SHA for 07a3584
Browse repository at this point
Merge branch 'master' into issue748
rudrajyotib
committed
7fe2fd9
View commit details
Copy full SHA for 7fe2fd9
Browse repository at this point
Commits on Oct 25, 2023
Merge pull request #815 from johnjaylward/ensure_1-6_compat
Show description for b5b9f63
stleary
authored
b5b9f63
View commit details
Copy full SHA for b5b9f63
Browse repository at this point
#748 - close XML tag explicitly for empty tags with configuration.
rudrajyotib
committed
c6ec2f0
View commit details
Copy full SHA for c6ec2f0
Browse repository at this point
Merge pull request #812 from yeikel/patch-1
Show description for 1a2108e
stleary
authored
1a2108e
View commit details
Copy full SHA for 1a2108e
Browse repository at this point
Merge pull request #794 from rudrajyotib/master
Show description for caadcba
stleary
authored
caadcba
View commit details
Copy full SHA for caadcba
Browse repository at this point
Commits on Oct 23, 2023
remove unneeded matrix build typ for java 1.6
John J. Aylward
committed
ea842b4
View commit details
Copy full SHA for ea842b4
Browse repository at this point
upload jar files to GitHub release
John J. Aylward
committed
a2a8240
View commit details
Copy full SHA for a2a8240
Browse repository at this point
ensure java 6 compatable
John J. Aylward
committed
1ab11d0
View commit details
Copy full SHA for 1ab11d0
Browse repository at this point
#813 - address PR review comment - brought down visibility.
rudrajyotib
committed
5539722
View commit details
Copy full SHA for 5539722
Browse repository at this point
Previous
Next
You can’t perform that action at this time.