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 }}
mccartney
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2023
Merge pull request #773 from eedijs/master
Show description for ef68cdf
stleary
authored
ef68cdf
View commit details
Copy full SHA for ef68cdf
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Add optJSONArray and optJSONObject methods to JSONArray with a default value
eedijs
committed
284a316
View commit details
Copy full SHA for 284a316
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Add optJSONArray method to JSONObject with a default value
eedijs
committed
db0fde2
View commit details
Copy full SHA for db0fde2
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
Small test fixes.
Show description for 3e688af
eamonnmcmanus
committed
3e688af
View commit details
Copy full SHA for 3e688af
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Addressed compile warnings
javadev
committed
74cd73f
View commit details
Copy full SHA for 74cd73f
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
Correction of bug when compiling/testing on Windows: Issue537 file must be read as UTF-8 (Issue 745)
dburbrid
authored and
javadev
committed
3dd8f2e
View commit details
Copy full SHA for 3dd8f2e
View code at this point
Browse repository at this point
Updated mockito
javadev
committed
bae0b0d
View commit details
Copy full SHA for bae0b0d
View code at this point
Browse repository at this point
Setup java 8 as minimum version
javadev
committed
e563dbc
View commit details
Copy full SHA for e563dbc
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
Apply simplification suggested by @johnjaylward.
eamonnmcmanus
committed
2a4bc34
View commit details
Copy full SHA for 2a4bc34
View code at this point
Browse repository at this point
Fix indentation in test.
eamonnmcmanus
committed
b6ff0db
View commit details
Copy full SHA for b6ff0db
View code at this point
Browse repository at this point
Don't skip past `\0` when parsing JSON objects.
Show description for c8a9e15
eamonnmcmanus
committed
c8a9e15
View commit details
Copy full SHA for c8a9e15
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
Renamed object methods from ...Obj to ...Object.
Show description for 4951ec4
dburbrid
authored and
dburbrid
committed
4951ec4
View commit details
Copy full SHA for 4951ec4
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 May 24, 2023
JSONTokener(InputStream) violates rfc8259#section-8.1 (#739)
Show description for 133c0cc
michael-o
committed
133c0cc
View commit details
Copy full SHA for 133c0cc
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 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
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 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 15, 2022
Merge pull request #696 from bmk15897/fix-flaky-test
Show description for 98df354
stleary
authored
98df354
View commit details
Copy full SHA for 98df354
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
Fix Flaky Test
bmk15897
committed
a2d3d3c
View commit details
Copy full SHA for a2d3d3c
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
Previous
Next
You can’t perform that action at this time.