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
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 }}
mbtaylor
/
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
org
json
JSONObject.java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 30, 2024
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
feat(#871-strictMode): enhanced and simplified strictMode logic
rikkarth
committed
372f5ca
View commit details
Copy full SHA for 372f5ca
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
Commits on Mar 17, 2024
chore(#871-strictMode): reverted unrelated changes
rikkarth
committed
3672b5e
View commit details
Copy full SHA for 3672b5e
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
feat(#871-strictMode): improved validation, strict mode for quotes implementation
rikkarth
committed
e67abb3
View commit details
Copy full SHA for e67abb3
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
#863 move instanceof Enum check back to original position
Simulant87
committed
b75da07
View commit details
Copy full SHA for b75da07
View code at this point
Browse repository at this point
Merge branch 'master' into 863-improve-toString-performance-StringBuilderWriter
Simulant87
committed
5974fc1
View commit details
Copy full SHA for 5974fc1
View code at this point
Browse repository at this point
Revert "#863 replace usage of back() method in JSONObject parsing"
Show description for a3f15e5
Simulant87
committed
a3f15e5
View commit details
Copy full SHA for a3f15e5
View code at this point
Browse repository at this point
Revert "#863 replace short switch statements with if-else"
Show description for 045324a
Simulant87
committed
045324a
View commit details
Copy full SHA for 045324a
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Merge branch 'stleary:master' into master
XIAYM-gh
authored
05b0897
View commit details
Copy full SHA for 05b0897
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
#863 replace short switch statements with if-else
Simulant87
committed
c010033
View commit details
Copy full SHA for c010033
View code at this point
Browse repository at this point
#863 replace usage of back() method in JSONObject parsing
Simulant87
committed
5407423
View commit details
Copy full SHA for 5407423
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
add a comment explaining the ordering
Show description for f38452a
Simulant87
committed
f38452a
View commit details
Copy full SHA for f38452a
View code at this point
Browse repository at this point
#863 fix changed behaviour of changing order in writeValue with JSONString
Simulant87
committed
4f456d9
View commit details
Copy full SHA for 4f456d9
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
#863 reorder instanceof checks by assumed frequency
Simulant87
committed
d878c38
View commit details
Copy full SHA for d878c38
View code at this point
Browse repository at this point
#863 undo wrong optimisation, fixing failing test
Simulant87
committed
e2194bc
View commit details
Copy full SHA for e2194bc
View code at this point
Browse repository at this point
#863 compute initial capacity for StringBuilderWriter
Simulant87
committed
06778bd
View commit details
Copy full SHA for 06778bd
View code at this point
Browse repository at this point
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
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
#863 use StringBuilderWriter to toString methods
Show description for 7c7a98d
Simulant87
committed
7c7a98d
View commit details
Copy full SHA for 7c7a98d
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
Revert some unnecessary changes (mentioned in #840)
XIAYM-gh
committed
cb2c8d3
View commit details
Copy full SHA for cb2c8d3
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
Try making java 6 & old version javadoc generator compatible
XIAYM-gh
committed
21a9fae
View commit details
Copy full SHA for 21a9fae
View code at this point
Browse repository at this point
Implemented custom duplicate key handling
Show description for 10514e4
XIAYM-gh
committed
10514e4
View commit details
Copy full SHA for 10514e4
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Enhanced documentation for Java classes
javadev
authored and
vkolesnikovca
committed
99c84fd
View commit details
Copy full SHA for 99c84fd
View code at this point
Browse repository at this point
Commits on Dec 29, 2023
improved annotation search performance
Thomas Gress
committed
23ac2e7
View commit details
Copy full SHA for 23ac2e7
View code at this point
Browse repository at this point
Commits on Dec 24, 2023
Adding comments
sk02241994
committed
7701f21
View commit details
Copy full SHA for 7701f21
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Adding JSONParserConfiguration for configuring the depth of nested maps
sk02241994
committed
abea194
View commit details
Copy full SHA for abea194
View code at this point
Browse repository at this point
Resolving issue #743
Show description for 6d81160
sk02241994
committed
6d81160
View commit details
Copy full SHA for 6d81160
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
#813 - moved number conversion related common changes to utility static method.
rudrajyotib
committed
98b79ae
View commit details
Copy full SHA for 98b79ae
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Revert changes with feature and refactor together.
rudrajyotib
committed
1d0775c
View commit details
Copy full SHA for 1d0775c
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
#790 - Update XML with changes for string to number conversion.
Show description for 7b2677a
rudrajyotib
committed
7b2677a
View commit details
Copy full SHA for 7b2677a
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
#653 - review comments updated.
rudrajyotib
committed
56cb5f8
View commit details
Copy full SHA for 56cb5f8
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
#653 - review comments updated.
rudrajyotib
committed
0cdc38a
View commit details
Copy full SHA for 0cdc38a
View code at this point
Browse repository at this point
Merge branch 'stleary:master' into master
rudrajyotib
authored
d5277b1
View commit details
Copy full SHA for d5277b1
View code at this point
Browse repository at this point
Commits on Oct 7, 2023
add validity check for JSONObject constructors
Show description for c93014c
Madjosz
committed
c93014c
View commit details
Copy full SHA for c93014c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.