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 }}
Sineaggi
/
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
on
master
User selector
All users
All time
Commit history
Commits on May 21, 2024
Merge pull request #888 from rikkarth/fix/887
Show description for 14f7127
stleary
authored
14f7127
View commit details
Copy full SHA for 14f7127
View code at this point
Browse repository at this point
Commits on May 19, 2024
chore(#887): JSONParserConfiguration strictMode true flag cleanup
rikkarth
committed
a8ab79e
View commit details
Copy full SHA for a8ab79e
View code at this point
Browse repository at this point
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
fix(#887): regressions, unit tests
Show description for 1ae43bd
rikkarth
committed
1ae43bd
View commit details
Copy full SHA for 1ae43bd
View code at this point
Browse repository at this point
fixes the broken JSONTokenerTest cases
Sean Leary
authored and
Sean Leary
committed
cf00ef3
View commit details
Copy full SHA for cf00ef3
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
fixes the broken XMLConfigurationTest cases
Sean Leary
authored and
Sean Leary
committed
fa2f340
View commit details
Copy full SHA for fa2f340
View code at this point
Browse repository at this point
fixes the broken JSONMLTest cases
Sean Leary
authored and
Sean Leary
committed
f4944fb
View commit details
Copy full SHA for f4944fb
View code at this point
Browse repository at this point
fixes the broken CDLTest cases
Sean Leary
authored and
Sean Leary
committed
1881cbe
View commit details
Copy full SHA for 1881cbe
View code at this point
Browse repository at this point
fixes the broken JSONObjectTest cases
Sean Leary
authored and
Sean Leary
committed
2098373
View commit details
Copy full SHA for 2098373
View code at this point
Browse repository at this point
fixes the JSONObjectNumberTest cases
Sean Leary
authored and
Sean Leary
committed
d1fd901
View commit details
Copy full SHA for d1fd901
View code at this point
Browse repository at this point
fixes the broken JSONArrayTest cases
Sean Leary
authored and
Sean Leary
committed
6529a7e
View commit details
Copy full SHA for 6529a7e
View code at this point
Browse repository at this point
Commits on Apr 27, 2024
feat(#877): add additional validation, test case
rikkarth
committed
1e3f37b
View commit details
Copy full SHA for 1e3f37b
View code at this point
Browse repository at this point
feat(#877): improved JSONArray and JSONTokener logic
Show description for 9216a19
rikkarth
committed
9216a19
View commit details
Copy full SHA for 9216a19
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
fixed non-idempotent unit tests
kaiyaok2
committed
b6e347d
View commit details
Copy full SHA for b6e347d
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
fix(#887): allow null value strict mode
rikkarth
committed
898dd5a
View commit details
Copy full SHA for 898dd5a
View code at this point
Browse repository at this point
fix(#887): regression parsing array with non-string and boolean values
rikkarth
committed
7cc1948
View commit details
Copy full SHA for 7cc1948
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
fix(#887): double array breaking JSONTokener.nextValue
Show description for 3dcd5b2
rikkarth
committed
3dcd5b2
View commit details
Copy full SHA for 3dcd5b2
View code at this point
Browse repository at this point
Commits on Apr 14, 2024
fix(#887): complete strictMode for JSONArray
rikkarth
committed
fe597d2
View commit details
Copy full SHA for fe597d2
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
Merge branch 'master' into feat/871-strictMode
rikkarth
committed
d92d62a
View commit details
Copy full SHA for d92d62a
View code at this point
Browse repository at this point
feat(#871-strictMode): removed allowSingleQuotes
Show description for 46534b5
rikkarth
committed
46534b5
View commit details
Copy full SHA for 46534b5
View code at this point
Browse repository at this point
feat(#871-strictMode): add allowSingleQuote option, add enhancements and simplification
rikkarth
committed
c0918c2
View commit details
Copy full SHA for c0918c2
View code at this point
Browse repository at this point
test(#871-strictMode): added more test cases, improved existing ones
rikkarth
committed
4929fc9
View commit details
Copy full SHA for 4929fc9
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
Revert "explain position information numbers in syntax exception"
Show description for 0fcf352
Simulant87
committed
0fcf352
View commit details
Copy full SHA for 0fcf352
View code at this point
Browse repository at this point
Commits on Mar 23, 2024
fix wrong comment update
Simulant87
authored
78cdb3d
View commit details
Copy full SHA for 78cdb3d
View code at this point
Browse repository at this point
fix wrong comment update
Simulant87
authored
7324cc0
View commit details
Copy full SHA for 7324cc0
View code at this point
Browse repository at this point
fix wrong comment update
Simulant87
authored
75a34a2
View commit details
Copy full SHA for 75a34a2
View code at this point
Browse repository at this point
fix wrong comment update
Simulant87
authored
78151be
View commit details
Copy full SHA for 78151be
View code at this point
Browse repository at this point
fix wrong comment update
Simulant87
authored
ccb4a9b
View commit details
Copy full SHA for ccb4a9b
View code at this point
Browse repository at this point
fix wrong comment update
Simulant87
authored
4e39d8c
View commit details
Copy full SHA for 4e39d8c
View code at this point
Browse repository at this point
explain position information numbers in syntax exception
Simulant87
committed
d69d5e2
View commit details
Copy full SHA for d69d5e2
View code at this point
Browse repository at this point
add test cases for extended syntax error exception messages
Simulant87
committed
f1c9d07
View commit details
Copy full SHA for f1c9d07
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
chore(#871-strictMode): fix small spacing typo
rikkarth
committed
49de922
View commit details
Copy full SHA for 49de922
View code at this point
Browse repository at this point
test(#871-strictMode): add two more test which validate error correctness
rikkarth
committed
d335447
View commit details
Copy full SHA for d335447
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Merge branch 'master' into feat/871-strictMode
rikkarth
committed
8f66865
View commit details
Copy full SHA for 8f66865
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.