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 }}
run2000
/
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
JSONObject.java
on
writeable
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 7, 2016
Slightly faster path when calling wrap() on Float or Double.
run2000
committed
1340255
View commit details
Copy full SHA for 1340255
View code at this point
Browse repository at this point
Commits on Sep 3, 2016
JavaDoc actual behaviour in several cases.
run2000
committed
de873ad
View commit details
Copy full SHA for de873ad
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
Some more Javadoc fixes.
run2000
committed
030cbaf
View commit details
Copy full SHA for 030cbaf
View code at this point
Browse repository at this point
Revert some previous changes.
Show description for 10bf4b7
run2000
committed
10bf4b7
View commit details
Copy full SHA for 10bf4b7
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Unintentional recursive put() methods.
run2000
committed
6af6ee9
View commit details
Copy full SHA for 6af6ee9
View code at this point
Browse repository at this point
Catch and deal with bean NaN values.
Show description for 62321c3
run2000
committed
62321c3
View commit details
Copy full SHA for 62321c3
View code at this point
Browse repository at this point
Javadoc updates. Array put takes an Iterable.
run2000
committed
3babaaf
View commit details
Copy full SHA for 3babaaf
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Fix up primitive double tests.
run2000
committed
e25d1d7
View commit details
Copy full SHA for e25d1d7
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
writeValue() delegates all its writes.
Show description for 40d4303
run2000
committed
40d4303
View commit details
Copy full SHA for 40d4303
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
Rearrange write static methods in JSONWriter.
Show description for df32603
run2000
committed
df32603
View commit details
Copy full SHA for df32603
View code at this point
Browse repository at this point
Typo
run2000
authored
1a73dd7
View commit details
Copy full SHA for 1a73dd7
View code at this point
Browse repository at this point
Don't wrap Enum objects
Show description for e4ebe47
run2000
authored
e4ebe47
View commit details
Copy full SHA for e4ebe47
View code at this point
Browse repository at this point
Commits on Aug 28, 2016
Add a JSONAppendable interface for large values.
run2000
committed
93e3c93
View commit details
Copy full SHA for 93e3c93
View code at this point
Browse repository at this point
Commits on Aug 27, 2016
Streamline zero-arg toString() method.
run2000
committed
3703c67
View commit details
Copy full SHA for 3703c67
View code at this point
Browse repository at this point
Move write methods to JSONWriter.
run2000
committed
69ea1a1
View commit details
Copy full SHA for 69ea1a1
View code at this point
Browse repository at this point
Clean up wrapping of Enum types.
run2000
committed
e24295a
View commit details
Copy full SHA for e24295a
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Method chaining
run2000
authored
7cafcbf
View commit details
Copy full SHA for 7cafcbf
View code at this point
Browse repository at this point
Smarter creation of key from method name
Show description for ce27f22
run2000
authored
ce27f22
View commit details
Copy full SHA for ce27f22
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Check return type for Void before proceeding
Show description for b20717d
run2000
authored
b20717d
View commit details
Copy full SHA for b20717d
View code at this point
Browse repository at this point
Commits on Aug 24, 2016
writeValue propagates to include Maps, Collections, and beans natively without requiring to create intermediate JSONObject or JSONArray.
run2000
committed
d20490a
View commit details
Copy full SHA for d20490a
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
Length adjustments.
run2000
committed
1b530df
View commit details
Copy full SHA for 1b530df
View code at this point
Browse repository at this point
Write numbers without using substring.
Show description for 1483bb8
run2000
committed
1483bb8
View commit details
Copy full SHA for 1483bb8
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Fixes to numberToString, doubleToString.
run2000
committed
1a16081
View commit details
Copy full SHA for 1a16081
View code at this point
Browse repository at this point
Merge branch 'strictmode' of github.com:run2000/JSON-java into strictmode
run2000
committed
7cab014
View commit details
Copy full SHA for 7cab014
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
Avoid repeated substrings in numberToString()
Show description for ac1abec
run2000
authored
ac1abec
View commit details
Copy full SHA for ac1abec
View code at this point
Browse repository at this point
Prefer non-substring append when indent == padding
run2000
committed
0f6b5f3
View commit details
Copy full SHA for 0f6b5f3
View code at this point
Browse repository at this point
Commits on Aug 9, 2016
Don't create JSONArray on empty keySet.
run2000
committed
0f8cf62
View commit details
Copy full SHA for 0f8cf62
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Avoid explicit loops in names() and getNames()
Show description for 1caf0a6
run2000
authored
1caf0a6
View commit details
Copy full SHA for 1caf0a6
View code at this point
Browse repository at this point
Use indent directly
run2000
authored
e36b1ee
View commit details
Copy full SHA for e36b1ee
View code at this point
Browse repository at this point
Nice rounding for common space separators
run2000
authored
5450ebb
View commit details
Copy full SHA for 5450ebb
View code at this point
Browse repository at this point
Generify a bit
run2000
authored
4284900
View commit details
Copy full SHA for 4284900
View code at this point
Browse repository at this point
Batch up spaces for indenting
run2000
authored
bef65ea
View commit details
Copy full SHA for bef65ea
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
Merge JSONWriter append fixes from master.
run2000
committed
63a4e60
View commit details
Copy full SHA for 63a4e60
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Revert whitespace.
run2000
committed
73c5155
View commit details
Copy full SHA for 73c5155
View code at this point
Browse repository at this point
Use appendValue, based on append, for writing directly.
run2000
committed
70f0dd9
View commit details
Copy full SHA for 70f0dd9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.