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 }}
michael-ameri
/
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
on
custom-delimiter
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 9, 2024
add ability for custom delimiters
michael-ameri
committed
72214f1
View commit details
Copy full SHA for 72214f1
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
Fixing JSONArrayTest testRecursiveDepthArrayFor1000Levels()
Sean Leary
authored and
Sean Leary
committed
19dec1b
View commit details
Copy full SHA for 19dec1b
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Merge branch 'stleary:master' into feature-disable-whitespace-trim
keatontaylor10
authored
7915d85
View commit details
Copy full SHA for 7915d85
View code at this point
Browse repository at this point
Commits on Jan 4, 2024
Merge pull request #846 from stleary/cleanup-and-merge-tests
Show description for 55b824d
stleary
authored
55b824d
View commit details
Copy full SHA for 55b824d
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
cleanup-and-merge-tests: fix warnings, set gradlew permissions, enable unchecked warnings in maven
Sean Leary
authored and
Sean Leary
committed
5ddb8c3
View commit details
Copy full SHA for 5ddb8c3
View code at this point
Browse repository at this point
Commits on Dec 29, 2023
improved annotation search performance
Thomas Gress
committed
23ac2e7
View commit details
Copy full SHA for 23ac2e7
View code at this point
Browse repository at this point
Commits on Dec 24, 2023
Adding comments
sk02241994
committed
7701f21
View commit details
Copy full SHA for 7701f21
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 Dec 13, 2023
Remove unused constructor and add comment above other constructor
Keaton Taylor
committed
4d6de8c
View commit details
Copy full SHA for 4d6de8c
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
Update XMLParserConfiguration to not be static and add a comment about the use of shouldTrimWhiteSpace
Keaton Taylor
committed
e430db4
View commit details
Copy full SHA for e430db4
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
isNumericChar() - switch comparison order
adityap27
committed
aba82d9
View commit details
Copy full SHA for aba82d9
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
Merge remote-tracking branch 'origin/master' into feature-disable-whitespace-trim
Keaton Taylor
committed
9ee10fd
View commit details
Copy full SHA for 9ee10fd
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
Update clone() method so that default constructor does not need to be changed
Keaton Taylor
committed
09f3537
View commit details
Copy full SHA for 09f3537
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Add a config flag to disable whitespace trimming
Keaton Taylor
committed
30f5b2d
View commit details
Copy full SHA for 30f5b2d
View code at this point
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
View code at this point
Browse repository at this point
refactor: introduce explaining variable 'indentationSuffix' in XML.toString()
adityap27
committed
75419e3
View commit details
Copy full SHA for 75419e3
View code at this point
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
View code at this point
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
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 31, 2023
Merge pull request #814 from rudrajyotib/issue813
Show description for 783d298
stleary
authored
783d298
View commit details
Copy full SHA for 783d298
View code at this point
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
View code at this point
Browse repository at this point
#813 - PR comments - alignments
rudrajyotib
committed
1ceb70b
View commit details
Copy full SHA for 1ceb70b
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
#748 - close XML tag explicitly for empty tags with configuration.
rudrajyotib
committed
c6ec2f0
View commit details
Copy full SHA for c6ec2f0
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
#813 - address PR review comment - brought down visibility.
rudrajyotib
committed
5539722
View commit details
Copy full SHA for 5539722
View code at this point
Browse repository at this point
#813 - moved number conversion related common changes to utility static method.
rudrajyotib
committed
98b79ae
View commit details
Copy full SHA for 98b79ae
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
Merge branch 'stleary:master' into master
rudrajyotib
authored
04a4c5a
View commit details
Copy full SHA for 04a4c5a
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
Merge pull request #808 from theKnightsOfRohan/fix-build-messages
Show description for 7a85b51
stleary
authored
7a85b51
View commit details
Copy full SHA for 7a85b51
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
#790 - Update XML with changes for string to number conversion.
Show description for 2374766
rudrajyotib
committed
2374766
View commit details
Copy full SHA for 2374766
View code at this point
Browse repository at this point
Revert changes with feature and refactor together.
rudrajyotib
committed
1d0775c
View commit details
Copy full SHA for 1d0775c
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Merge pull request #798 from hofi1/bugfix/fix-XML-flacky-test
Show description for d677a99
stleary
authored
d677a99
View commit details
Copy full SHA for d677a99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.