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 }}
Simulant87
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JSON-java
src
on
update-codeql-v3
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 7, 2025
remove-unused-code-jsonobject removed unused method from jsonobject
Sean Leary
authored and
Sean Leary
committed
5033043
View commit details
Copy full SHA for 5033043
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
Use constant.equals()
Show description for e800cc3
AlexCai2019
committed
e800cc3
View commit details
Copy full SHA for e800cc3
View code at this point
Browse repository at this point
Commits on May 24, 2025
Add testcase to assert Null fields serialization without JSONParserConfiguration
harshith8854
committed
a381060
View commit details
Copy full SHA for a381060
View code at this point
Browse repository at this point
Commits on May 23, 2025
Use JSONParserConfiguration to decide on serializing null fields into JSONObject #982
harshith8854
committed
dadc3e5
View commit details
Copy full SHA for dadc3e5
View code at this point
Browse repository at this point
Commits on Apr 13, 2025
refactored large test for strict mode
marilynel
committed
2184ef3
View commit details
Copy full SHA for 2184ef3
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
adjusted keepstrings behavior to reflect changes in keepBooleanAsString & keepNumberAsString
marilynel
committed
53da5ce
View commit details
Copy full SHA for 53da5ce
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 Mar 23, 2025
Merge branch 'master' of https://github.com/marilynel/JSON-java
marilynel
committed
45ec164
View commit details
Copy full SHA for 45ec164
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
Fix cloning of parser configuration.
Robert Lichtenberger
committed
fd0cca3
View commit details
Copy full SHA for fd0cca3
View code at this point
Browse repository at this point
Use better name for parser configuration option, fix API comment.
Robert Lichtenberger
committed
1afd7cd
View commit details
Copy full SHA for 1afd7cd
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
Add test for JSONArray from Java collection.
Robert Lichtenberger
committed
5d1c789
View commit details
Copy full SHA for 5d1c789
View code at this point
Browse repository at this point
Allow to configure Java null handling.
Robert Lichtenberger
committed
d1327c2
View commit details
Copy full SHA for d1327c2
View code at this point
Browse repository at this point
Commits on Mar 16, 2025
fixed issue #943 Csv parsing skip last row if last line is missing newline
marilynel
committed
b2943b8
View commit details
Copy full SHA for b2943b8
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
dont mess with my line
marilynel
committed
ae4f4af
View commit details
Copy full SHA for ae4f4af
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
tests seem to be working, run with strictMode = fale then true
marilynel
committed
f30167e
View commit details
Copy full SHA for f30167e
View code at this point
Browse repository at this point
Commits on Feb 15, 2025
optimized unit tests to respond accurately to default strictMode
marilynel
committed
3919abd
View commit details
Copy full SHA for 3919abd
View code at this point
Browse repository at this point
fixed failing unit tests in strict mode, issue 940
marilynel
committed
f112a09
View commit details
Copy full SHA for f112a09
View code at this point
Browse repository at this point
Commits on Feb 9, 2025
deprecated unnecessary setter method
marilynel
committed
1689fc2
View commit details
Copy full SHA for 1689fc2
View code at this point
Browse repository at this point
Commits on Jan 19, 2025
Merge pull request #948 from Simulant87/947-JSONTokener-configuration-ignored
Show description for 22f8290
stleary
authored
22f8290
View commit details
Copy full SHA for 22f8290
View code at this point
Browse repository at this point
Merge pull request #946 from Simulant87/928-javadoc-warning-JSONParserConfiguration
Show description for 8b857da
stleary
authored
8b857da
View commit details
Copy full SHA for 8b857da
View code at this point
Browse repository at this point
Merge pull request #942 from michael-ameri/fix-clone
Show description for 07b1291
stleary
authored
07b1291
View commit details
Copy full SHA for 07b1291
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
#947 use JSONParserConfiguration of JSONTokener in JSONObject and JSONArray constructor
Simulant87
committed
4c873a1
View commit details
Copy full SHA for 4c873a1
View code at this point
Browse repository at this point
#947 add new failing tests with JSONTokener having strict mode configuration
Simulant87
committed
6631b80
View commit details
Copy full SHA for 6631b80
View code at this point
Browse repository at this point
#928 add missing java dock for JSONParserConfiguration
Show description for 9218f28
Simulant87
committed
9218f28
View commit details
Copy full SHA for 9218f28
View code at this point
Browse repository at this point
Revert "#928 add missing java dock for JSONParserConfiguration"
Show description for 94341cd
Simulant87
committed
94341cd
View commit details
Copy full SHA for 94341cd
View code at this point
Browse repository at this point
#928 add missing java dock for JSONParserConfiguration
Simulant87
committed
afd9a6f
View commit details
Copy full SHA for afd9a6f
View code at this point
Browse repository at this point
Commits on Jan 12, 2025
add missing fields when cloning
michael-ameri
committed
4bbbe77
View commit details
Copy full SHA for 4bbbe77
View code at this point
Browse repository at this point
Commits on Jan 11, 2025
add new test cases for JSONObject and JSONArray Constructors with JSONTokener and strict mode
Simulant87
committed
ad44a92
View commit details
Copy full SHA for ad44a92
View code at this point
Browse repository at this point
add test for invalid input on JSONTokener
Simulant87
committed
3b7ba07
View commit details
Copy full SHA for 3b7ba07
View code at this point
Browse repository at this point
add Javadoc and rename parameters to speaking variable names
Simulant87
committed
215f426
View commit details
Copy full SHA for 215f426
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
remove field references to JSONTokener and JSONParserConfiguration in JSONArray
Show description for ca1c683
michael-ameri
committed
ca1c683
View commit details
Copy full SHA for ca1c683
View code at this point
Browse repository at this point
Commits on Dec 21, 2024
Code review action items - add comments and consistent error messages for strict mode
Sean Leary
authored and
Sean Leary
committed
2dcef89
View commit details
Copy full SHA for 2dcef89
View code at this point
Browse repository at this point
Commits on Dec 15, 2024
restore-jsonparserconfiguration: fix unit tests to work when strictMode default is true
Sean Leary
authored and
Sean Leary
committed
d3c7eaf
View commit details
Copy full SHA for d3c7eaf
View code at this point
Browse repository at this point
restore-jsonparserconfiguration: add jsonobject strict tests. Detect semicolon instead of colon separator in object
Sean Leary
authored and
Sean Leary
committed
09536cd
View commit details
Copy full SHA for 09536cd
View code at this point
Browse repository at this point
Commits on Dec 14, 2024
restore-jsonparserconfiguration: strict mode initial attempt. Still missing all JSONObject test cases and strict mode sanity check. Might be able to simplify implementation a bit more
Sean Leary
authored and
Sean Leary
committed
1f0729c
View commit details
Copy full SHA for 1f0729c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.