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 }}
githubch
/
jsoncpp
Public
forked from
open-source-parsers/jsoncpp
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
jsoncpp
src
lib_json
json_writer.cpp
on
cmake-adjustments
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 5, 2015
C++11: override keyword
Show description for aadd0b1
ya1gaurav
authored and
cdunn2001
committed
aadd0b1
View commit details
Copy full SHA for aadd0b1
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Floating-point NaN or Infinity values should be allowed as a feature #209
Show description for 2084563
Dani-Hub
committed
2084563
View commit details
Copy full SHA for 2084563
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Fix cases where the most negative signed integer was negated, causing
Show description for 7f06e9d
Michael Shields
committed
7f06e9d
View commit details
Copy full SHA for 7f06e9d
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Fix #296: Explicitly cast size_t results to unsigned when needed
Show description for 702a539
fivemicro
authored and
cdunn2001
committed
702a539
View commit details
Copy full SHA for 702a539
View code at this point
Browse repository at this point
Commits on May 18, 2015
fix compile error on android
gogo40
committed
97e093a
View commit details
Copy full SHA for 97e093a
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
another fix for BORLANDC
cdunn2001
committed
6649009
View commit details
Copy full SHA for 6649009
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
support UTF-8 in old Writers
Show description for e255ce3
cdunn2001
committed
e255ce3
View commit details
Copy full SHA for e255ce3
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
use std::snprintf for C++11
cdunn2001
committed
240ddb6
View commit details
Copy full SHA for 240ddb6
View code at this point
Browse repository at this point
Revert "Use std namespace for snprintf."
Show description for 9dd77dc
baruchsiach
authored and
cdunn2001
committed
9dd77dc
View commit details
Copy full SHA for 9dd77dc
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Use std namespace for snprintf.
connormanning
authored and
cdunn2001
committed
1c58876
View commit details
Copy full SHA for 1c58876
View code at this point
Browse repository at this point
Constrain MSVC _isfinite to before 2013, remove duplicate includes.
connormanning
authored and
cdunn2001
committed
2f20346
View commit details
Copy full SHA for 2f20346
View code at this point
Browse repository at this point
Fix isfinite for MSVC.
Dani-Hub
authored and
cdunn2001
committed
7020451
View commit details
Copy full SHA for 7020451
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Use C++ standard headers.
connormanning
committed
80497f1
View commit details
Copy full SHA for 80497f1
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
use Json::RuntimeError
cdunn2001
committed
2250b3c
View commit details
Copy full SHA for 2250b3c
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Builder::operator[] plus tests
cdunn2001
committed
c312dd5
View commit details
Copy full SHA for c312dd5
View code at this point
Browse repository at this point
fix Builders::validate()
Show description for 19c49a4
cdunn2001
committed
19c49a4
View commit details
Copy full SHA for 19c49a4
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
fix StaticString test
Show description for c28610f
cdunn2001
committed
c28610f
View commit details
Copy full SHA for c28610f
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
stop calling validate() in newReader/Writer()
Show description for 3ebba5c
cdunn2001
committed
3ebba5c
View commit details
Copy full SHA for 3ebba5c
View code at this point
Browse repository at this point
clarify comments
Show description for 29501c4
cdunn2001
committed
29501c4
View commit details
Copy full SHA for 29501c4
View code at this point
Browse repository at this point
drop experimental OldCompressingStreamWriterBuilder
cdunn2001
committed
20d0967
View commit details
Copy full SHA for 20d0967
View code at this point
Browse repository at this point
enableYAMLCompatibility and dropNullPlaceholders for StreamWriterBuilder
cdunn2001
committed
5a74470
View commit details
Copy full SHA for 5a74470
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
mv CommentStyle to .cpp
cdunn2001
committed
db75cdf
View commit details
Copy full SHA for db75cdf
View code at this point
Browse repository at this point
set output stream in write(), not in builder
cdunn2001
committed
c41609b
View commit details
Copy full SHA for c41609b
View code at this point
Browse repository at this point
<stdexcept>
cdunn2001
committed
b56381a
View commit details
Copy full SHA for b56381a
View code at this point
Browse repository at this point
remark defaults via doxygen snippet
cdunn2001
committed
3cf9175
View commit details
Copy full SHA for 3cf9175
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Builder::settings_
Show description for a9e1ab3
cdunn2001
committed
a9e1ab3
View commit details
Copy full SHA for a9e1ab3
View code at this point
Browse repository at this point
update docs, writeString()
cdunn2001
committed
694dbcb
View commit details
Copy full SHA for 694dbcb
View code at this point
Browse repository at this point
drop an old impl
cdunn2001
committed
3a65581
View commit details
Copy full SHA for 3a65581
View code at this point
Browse repository at this point
clarify Builders
cdunn2001
committed
66a8ba2
View commit details
Copy full SHA for 66a8ba2
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
rm unique_ptr<>/shared_ptr<>, for pre-C++11
cdunn2001
committed
dee4602
View commit details
Copy full SHA for dee4602
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
drop scoped enum, for pre-C++11 compatibility
cdunn2001
committed
198cc35
View commit details
Copy full SHA for 198cc35
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
gcc-4.6 (Travis CI) does not support
cdunn2001
committed
7eca3b4
View commit details
Copy full SHA for 7eca3b4
View code at this point
Browse repository at this point
make StreamWriterBuilder concrete
cdunn2001
committed
6065a1c
View commit details
Copy full SHA for 6065a1c
View code at this point
Browse repository at this point
Move old FastWriter stuff out of new Builder
cdunn2001
committed
28a2091
View commit details
Copy full SHA for 28a2091
View code at this point
Browse repository at this point
OldCompressingStreamWriterBuilder
cdunn2001
committed
177b7b8
View commit details
Copy full SHA for 177b7b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.