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
Type
/
to 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 }}
mechko
/
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
main
java
org
json
XML.java
on
master
User selector
All users
All time
Commit history
Commits on Jul 3, 2026
Fixes CVE-2026-59171
Damien-Warren-206
committed
ab92bb9
View commit details
Copy full SHA for ab92bb9
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
Validate XML numeric character references before string construction
yuki-matsuhashi
committed
1877069
View commit details
Copy full SHA for 1877069
View code at this point
Browse repository at this point
Commits on Jan 31, 2026
Fixes #1040, Aligns non-forceList behaviour with forceList
pratiktiwari13
committed
510a03a
View commit details
Copy full SHA for 510a03a
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
Remove unnecessary conditions
pratiktiwari13
committed
7a8da88
View commit details
Copy full SHA for 7a8da88
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
Fixes the issue of losing the array if an empty forceList element or a tag is in the middle or the end
pratiktiwari13
committed
995fb84
View commit details
Copy full SHA for 995fb84
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
Fix sonarqube reliability issues
Simulant87
committed
8cbb4d5
View commit details
Copy full SHA for 8cbb4d5
View code at this point
Browse repository at this point
Commits on Jul 6, 2025
fixed keeping null as string
marilynel
committed
3dce557
View commit details
Copy full SHA for 3dce557
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
work on issue 841
marilynel
committed
8dbf03e
View commit details
Copy full SHA for 8dbf03e
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 Feb 18, 2024
Added missing Javadocs for Java 21
javadev
committed
8625321
View commit details
Copy full SHA for 8625321
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Enhanced documentation for Java classes
javadev
authored and
vkolesnikovca
committed
99c84fd
View commit details
Copy full SHA for 99c84fd
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 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: 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
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 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 - 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 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 14, 2023
#790 - Update XML with changes for string to number conversion.
Show description for 7b2677a
rudrajyotib
committed
7b2677a
View commit details
Copy full SHA for 7b2677a
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
fix: amend XMLParserConfiguration.clone() to include the new maxNestingDepth param.
Show description for 2391d24
TamasPergerDWP
committed
2391d24
View commit details
Copy full SHA for 2391d24
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
docs: remove wrong description of parse method
cleydyr
committed
448e204
View commit details
Copy full SHA for 448e204
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
fix: limit the nesting depth
cleydyr
committed
f566a1d
View commit details
Copy full SHA for f566a1d
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
Added JavaDocs
DeaneOC
committed
9cb8e15
View commit details
Copy full SHA for 9cb8e15
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Altered XML toString to allow indentation param
DeaneOC
committed
b7f708b
View commit details
Copy full SHA for b7f708b
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
update-copyright - Replace copyright and license restrictions with Public Domain
stleary
committed
6daabb4
View commit details
Copy full SHA for 6daabb4
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Updates value error messages to be consistent.
Show description for a642329
John J. Aylward
committed
a642329
View commit details
Copy full SHA for a642329
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
Passed simple test
Zach
committed
a0f90b7
View commit details
Copy full SHA for a0f90b7
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 Sep 3, 2020
Addressed comment
Rahul Kumar
committed
310f18f
View commit details
Copy full SHA for 310f18f
View code at this point
Browse repository at this point
Commits on Aug 3, 2020
Added configuration support for type conversion using Map
Rahul Kumar
committed
61c1a88
View commit details
Copy full SHA for 61c1a88
View code at this point
Browse repository at this point
Added type conversion support
Rahul Kumar
committed
250f74e
View commit details
Copy full SHA for 250f74e
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
Refs #541
Show description for 5a31f9e
John J. Aylward
committed
5a31f9e
View commit details
Copy full SHA for 5a31f9e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.