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 }}
mayimchen
/
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
on
master
User selector
All users
All time
Commit history
Commits on Mar 12, 2023
Merge pull request #731 from JoaoGFarias/patch-1
Show description for 8353b9c
stleary
authored
8353b9c
View commit details
Copy full SHA for 8353b9c
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Removed overriding closable interface.
haribabu-dev
committed
7eca507
View commit details
Copy full SHA for 7eca507
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
JSONTokener implemented java.io.Closeable
haribabu-dev
committed
e1eabc9
View commit details
Copy full SHA for e1eabc9
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
Removing commented out code
JoaoGFarias
authored
0d436d9
View commit details
Copy full SHA for 0d436d9
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
refactor: introduce ParserConfiguration class hierarchy
TamasPergerDWP
committed
2409349
View commit details
Copy full SHA for 2409349
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
refactor: make JSONMLParserConfiguration all-args constructor private, enforcing the builder pattern.
TamasPergerDWP
committed
9234eab
View commit details
Copy full SHA for 9234eab
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
refactor: rename XMLtoJSONMLParserConfiguration to JSONMLParserConfiguration
TamasPergerDWP
committed
72f4c3e
View commit details
Copy full SHA for 72f4c3e
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
fix: introduce optional XMLtoJSONMLParserConfiguration parameter for JSONML.toJSONArray(...) functions, to facilitate max nesting depth override.
TamasPergerDWP
committed
df2d6f8
View commit details
Copy full SHA for df2d6f8
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
fix: limit the nesting depth in JSONML
Show description for a6e412b
TamasPergerDWP
committed
a6e412b
View commit details
Copy full SHA for a6e412b
View code at this point
Browse repository at this point
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
fix: set default maximum nesting depth as 512
cleydyr
committed
eb56704
View commit details
Copy full SHA for eb56704
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 30, 2022
move javadoc comments above the interface definition to make it visible
Show description for c798c76
niranjanib
committed
c798c76
View commit details
Copy full SHA for c798c76
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 27, 2022
Merge branch 'master' into update-copyright
stleary
committed
89f6e7f
View commit details
Copy full SHA for 89f6e7f
View code at this point
Browse repository at this point
Merge pull request #683 from spaffrath/Issue_682_JSONString_similarity
Show description for 346fb26
stleary
authored
346fb26
View commit details
Copy full SHA for 346fb26
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 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 Aug 5, 2022
Issue 682 JSONString similarity
spaffrath
committed
89f16ad
View commit details
Copy full SHA for 89f16ad
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 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
Passed simple test
Zach
committed
a0f90b7
View commit details
Copy full SHA for a0f90b7
View code at this point
Browse repository at this point
Added forceList configuration to XMLParserConfiguration
Zach
committed
e356739
View commit details
Copy full SHA for e356739
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
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
added set check logic
Zach
committed
b5bcb68
View commit details
Copy full SHA for b5bcb68
View code at this point
Browse repository at this point
locate the pace for cyclic check
Zach
committed
7823d3a
View commit details
Copy full SHA for 7823d3a
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 Aug 18, 2021
Merge pull request #606 from artem-smotrakov/fix-javadoc
Show description for fb71d9d
stleary
authored
fb71d9d
View commit details
Copy full SHA for fb71d9d
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
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
Previous
Next
You can’t perform that action at this time.