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 }}
ruitaomu
/
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
java
org
json
junit
XMLTest.java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 28, 2024
fix(#887): unit tests, uncommented tests after fix
rikkarth
committed
48dfeb8
View commit details
Copy full SHA for 48dfeb8
View code at this point
Browse repository at this point
fixes the broken XMLTest cases
Sean Leary
authored and
Sean Leary
committed
0180bd9
View commit details
Copy full SHA for 0180bd9
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
Added one more example to XMLTest clarifyCurrentBehavior()
Sean Leary
authored and
Sean Leary
committed
d520210
View commit details
Copy full SHA for d520210
View code at this point
Browse repository at this point
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 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 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 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 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 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 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
fix: flakiness in org.json.junit.XMLTest#testIndentComplicatedJsonObjectWithArrayAndWithConfig
simonh5
committed
4dfd779
View commit details
Copy full SHA for 4dfd779
View code at this point
Browse repository at this point
#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 Oct 7, 2023
fix failing test XML test on Windows machines
Madjosz
committed
0e4a94d
View commit details
Copy full SHA for 0e4a94d
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
Correction of bug when compiling/testing on Windows: Issue537 file must be read as UTF-8 (Issue 745)
dburbrid
authored and
dburbrid
committed
3d52434
View commit details
Copy full SHA for 3d52434
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
Fixed Flaky Tests Caused by JSON permutations
Show description for 48fb526
superMaaax
committed
48fb526
View commit details
Copy full SHA for 48fb526
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
tests: add new test to verify that an XML having the permitted nesting depth can be converted
cleydyr
committed
651511f
View commit details
Copy full SHA for 651511f
View code at this point
Browse repository at this point
refactor: keep consistence with other tests and tidy up constant
cleydyr
committed
a14cb12
View commit details
Copy full SHA for a14cb12
View code at this point
Browse repository at this point
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 10, 2022
Corrected test
DeaneOC
committed
85495fa
View commit details
Copy full SHA for 85495fa
View code at this point
Browse repository at this point
System line seperator now being used in JUnit test
DeaneOC
committed
7aba3ac
View commit details
Copy full SHA for 7aba3ac
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
Removed unused import
DeaneOC
committed
a2c0562
View commit details
Copy full SHA for a2c0562
View code at this point
Browse repository at this point
Reduced Test code length by using resources
DeaneOC
committed
4a8ff28
View commit details
Copy full SHA for 4a8ff28
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Test cases for XML toString indentation
DeaneOC
committed
fa457a4
View commit details
Copy full SHA for fa457a4
View code at this point
Browse repository at this point
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 Jun 23, 2021
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 Sep 6, 2020
Added shallow copy for config map
Rahul Kumar
committed
56d4130
View commit details
Copy full SHA for 56d4130
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 5, 2020
Added documentation
Rahul Kumar
committed
0a8091c
View commit details
Copy full SHA for 0a8091c
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 24, 2020
fix CI build error
stleary
committed
98cd8ef
View commit details
Copy full SHA for 98cd8ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.