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 }}
michael-ameri
/
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
Branch selector
3672b5e
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 17, 2024
chore(#871-strictMode): reverted unrelated changes
rikkarth
committed
3672b5e
View commit details
Copy full SHA for 3672b5e
Browse repository at this point
Commits on Mar 16, 2024
chore(#871-strictMode): reverted refactor in JSONTokener
rikkarth
committed
f3b3491
View commit details
Copy full SHA for f3b3491
Browse repository at this point
fix(#871-strictMode): replaced stream with conventional loop for 1.6 compatibility
rikkarth
committed
e2fe14d
View commit details
Copy full SHA for e2fe14d
Browse repository at this point
Commits on Mar 15, 2024
chore(#871-strictMode): corrected small syntax typo in unit test
rikkarth
committed
0ff368c
View commit details
Copy full SHA for 0ff368c
Browse repository at this point
docs(#871-strictMode): JSONArray constructor JavaDoc update
rikkarth
committed
c51efe8
View commit details
Copy full SHA for c51efe8
Browse repository at this point
feat(#871-strictMode): improved validation, strict mode for quotes implementation
rikkarth
committed
e67abb3
View commit details
Copy full SHA for e67abb3
Browse repository at this point
test(#871-strictMode): strict mode false initial implementation
rikkarth
committed
c140e91
View commit details
Copy full SHA for c140e91
Browse repository at this point
feat(#871-strictMode): strictMode JSONArray initial implementation
Show description for 63e8314
rikkarth
committed
63e8314
View commit details
Copy full SHA for 63e8314
Browse repository at this point
feat(#871-strictMode): strictMode configuration add to JSONParserConfiguration
Show description for dcbbccc
rikkarth
committed
dcbbccc
View commit details
Copy full SHA for dcbbccc
Browse repository at this point
Commits on Mar 9, 2024
Merge pull request #876 from stleary/remove-jsonparserconfig-ctor
Show description for 48c092a
stleary
authored
48c092a
View commit details
Copy full SHA for 48c092a
Browse repository at this point
remove-jsonparserconfig-ctor - just use the withOverwriteDuplicateKey() method
Sean Leary
authored and
Sean Leary
committed
dab29ec
View commit details
Copy full SHA for dab29ec
Browse repository at this point
Merge pull request #857 from XIAYM-gh/master
Show description for 712859d
stleary
authored
712859d
View commit details
Copy full SHA for 712859d
Browse repository at this point
Merge branch 'stleary:master' into master
XIAYM-gh
authored
05b0897
View commit details
Copy full SHA for 05b0897
Browse repository at this point
Commits on Mar 3, 2024
Merge pull request #875 from stleary/20240303-pre-release-updates
Show description for f9b5587
stleary
authored
f9b5587
View commit details
Copy full SHA for f9b5587
Browse repository at this point
20240303-pre-release-updates updates for release
Sean Leary
authored and
Sean Leary
committed
3d69990
View commit details
Copy full SHA for 3d69990
Browse repository at this point
Merge pull request #874 from stleary/pipeline-updates
Show description for ba05e1a
stleary
authored
ba05e1a
View commit details
Copy full SHA for ba05e1a
Browse repository at this point
Commits on Mar 2, 2024
pipeline-updates - remove deployment.yml for now, will restore after setting up secrets
Sean Leary
authored and
Sean Leary
committed
390d442
View commit details
Copy full SHA for 390d442
Browse repository at this point
pipeline-updates - space after # char?
Sean Leary
authored and
Sean Leary
committed
3eb8a62
View commit details
Copy full SHA for 3eb8a62
Browse repository at this point
pipeline-updates - do not build in parallel
Sean Leary
authored and
Sean Leary
committed
989cdb6
View commit details
Copy full SHA for 989cdb6
Browse repository at this point
pipeline-updates - disable deployment.yml workflow for now (it's not set up in secrets yet)
Sean Leary
authored and
Sean Leary
committed
8de0628
View commit details
Copy full SHA for 8de0628
Browse repository at this point
Merge branch 'master' into pipeline-updates
Sean Leary
authored and
Sean Leary
committed
569be9d
View commit details
Copy full SHA for 569be9d
Browse repository at this point
Commits on Feb 28, 2024
Merge pull request #869 from stleary/revert-recent-objLong-getLong-changes
Show description for 3f97826
stleary
authored
3f97826
View commit details
Copy full SHA for 3f97826
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
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
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
Browse repository at this point
Commits on Feb 23, 2024
Merge pull request #860 from jscrdev/fixed-javadocs2
Show description for d36066c
stleary
authored
d36066c
View commit details
Copy full SHA for d36066c
Browse repository at this point
Commits on Feb 19, 2024
Add tests (+ fix bugs) & missing javadoc
XIAYM-gh
committed
af8cb37
View commit details
Copy full SHA for af8cb37
Browse repository at this point
Commits on Feb 18, 2024
pipeline-updates: Java 11 intermittent fail - try separate build
Sean Leary
authored and
Sean Leary
committed
c1107fa
View commit details
Copy full SHA for c1107fa
Browse repository at this point
pipeline-updates: Java 11 intermittent fail - try an earlier release (there is no later release
Sean Leary
authored and
Sean Leary
committed
cd631d9
View commit details
Copy full SHA for cd631d9
Browse repository at this point
pipeline-updates: Java 11 intermittent fail - try increasing stack size
Sean Leary
authored and
Sean Leary
committed
f028941
View commit details
Copy full SHA for f028941
Browse repository at this point
pipeline-updates: Java 11 intermittent test failures, try not running in parallel
Sean Leary
authored and
Sean Leary
committed
b4b39bb
View commit details
Copy full SHA for b4b39bb
Browse repository at this point
Merge branch 'stleary:master' into master
XIAYM-gh
authored
6dc1ed0
View commit details
Copy full SHA for 6dc1ed0
Browse repository at this point
Added missing Javadocs for Java 21
javadev
committed
8625321
View commit details
Copy full SHA for 8625321
Browse repository at this point
Commits on Feb 17, 2024
Merge pull request #858 from stleary/cleanup-after-commit
Show description for 77c899d
stleary
authored
77c899d
View commit details
Copy full SHA for 77c899d
Browse repository at this point
Commits on Feb 15, 2024
Merge branch 'stleary:master' into master
XIAYM-gh
authored
b314611
View commit details
Copy full SHA for b314611
Browse repository at this point
Previous
Next
You can’t perform that action at this time.