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 }}
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
Branch selector
strictmode
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 13, 2017
Update BufferedAppendable.java
Show description for 2692122
run2000
authored
2692122
View commit details
Copy full SHA for 2692122
Browse repository at this point
Commits on Aug 25, 2017
Add imports.
run2000
committed
f4f5130
View commit details
Copy full SHA for f4f5130
Browse repository at this point
Commits on Aug 22, 2017
Add assert forms, allow null documents
Show description for 2087535
run2000
authored
2087535
View commit details
Copy full SHA for 2087535
Browse repository at this point
Commits on Mar 28, 2017
Add appendNextStringValue() with limit to JSONLimitStreamReader
Show description for 336f498
run2000
authored
336f498
View commit details
Copy full SHA for 336f498
Browse repository at this point
Commits on Aug 27, 2016
Clean up wrapping of Enum types.
run2000
committed
e24295a
View commit details
Copy full SHA for e24295a
Browse repository at this point
Commits on Aug 26, 2016
Method chaining
run2000
authored
7cafcbf
View commit details
Copy full SHA for 7cafcbf
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
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
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
Browse repository at this point
Commits on Aug 15, 2016
Length adjustments.
run2000
committed
1b530df
View commit details
Copy full SHA for 1b530df
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
Browse repository at this point
Commits on Aug 12, 2016
Fix values in entries() method.
run2000
committed
c0e9764
View commit details
Copy full SHA for c0e9764
Browse repository at this point
Fixes to numberToString, doubleToString.
run2000
committed
1a16081
View commit details
Copy full SHA for 1a16081
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
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
Browse repository at this point
A few javadoc and other minor tidy-ups.
run2000
committed
16f84a5
View commit details
Copy full SHA for 16f84a5
Browse repository at this point
Prefer non-substring append when indent == padding
run2000
committed
0f6b5f3
View commit details
Copy full SHA for 0f6b5f3
Browse repository at this point
Commits on Aug 9, 2016
Tweak to encodePointer.
run2000
committed
05540fc
View commit details
Copy full SHA for 05540fc
Browse repository at this point
More javadoc fixes.
run2000
committed
092260d
View commit details
Copy full SHA for 092260d
Browse repository at this point
Don't create JSONArray on empty keySet.
run2000
committed
0f8cf62
View commit details
Copy full SHA for 0f8cf62
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
Browse repository at this point
Remove dead import.
run2000
committed
865d154
View commit details
Copy full SHA for 865d154
Browse repository at this point
Add import for Map again.
run2000
committed
b66b9de
View commit details
Copy full SHA for b66b9de
Browse repository at this point
Copyright license in header
run2000
authored
2030b1e
View commit details
Copy full SHA for 2030b1e
Browse repository at this point
Write values, entries, and implement Closeable
run2000
authored
978ce40
View commit details
Copy full SHA for 978ce40
Browse repository at this point
Constrain maximum digits for mantissa and exponent
run2000
authored
0636808
View commit details
Copy full SHA for 0636808
Browse repository at this point
Simplify push contract
run2000
authored
f126478
View commit details
Copy full SHA for f126478
Browse repository at this point
Use indent directly
run2000
authored
e36b1ee
View commit details
Copy full SHA for e36b1ee
Browse repository at this point
Javadoc SizedIterable
run2000
authored
fa9680b
View commit details
Copy full SHA for fa9680b
Browse repository at this point
Public clone
run2000
authored
1278ed9
View commit details
Copy full SHA for 1278ed9
Browse repository at this point
Nice rounding for common space separators
run2000
authored
5450ebb
View commit details
Copy full SHA for 5450ebb
Browse repository at this point
Generify a bit
run2000
authored
4284900
View commit details
Copy full SHA for 4284900
Browse repository at this point
Batch up spaces for indenting
run2000
authored
bef65ea
View commit details
Copy full SHA for bef65ea
Browse repository at this point
Commits on Aug 6, 2016
Bridge the gap between Iterable and ALStack.
run2000
committed
6763466
View commit details
Copy full SHA for 6763466
Browse repository at this point
Switch JSONWriter over to use Stack.
run2000
committed
5d4d082
View commit details
Copy full SHA for 5d4d082
Browse repository at this point
Previous
Next
You can’t perform that action at this time.