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 }}
codebugTao
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2018
"\n" -> '\n'
pavel-pimenov
authored and
cdunn2001
committed
7452872
View commit details
Copy full SHA for 7452872
View code at this point
Browse repository at this point
Commits on Jun 2, 2018
Fix different names for parameters in declaration and definition
Nekto89
committed
fc20134
View commit details
Copy full SHA for fc20134
View code at this point
Browse repository at this point
Pass string as a const reference.
Nekto89
committed
c8bb600
View commit details
Copy full SHA for c8bb600
View code at this point
Browse repository at this point
Commits on May 20, 2018
Apply the formatting specified in .clang-format file.
Show description for b5e1fe8
BillyDonahue
committed
b5e1fe8
View commit details
Copy full SHA for b5e1fe8
View code at this point
Browse repository at this point
Commits on May 13, 2018
fix string construction
BillyDonahue
committed
aa1b383
View commit details
Copy full SHA for aa1b383
View code at this point
Browse repository at this point
Commits on May 11, 2018
Improvements in writing precision and json_tool.h helpers
BillyDonahue
committed
0ba5c43
View commit details
Copy full SHA for 0ba5c43
View code at this point
Browse repository at this point
Commits on May 9, 2018
refactoring cross compiler macro
fo40225
authored and
cdunn2001
committed
cf73619
View commit details
Copy full SHA for cf73619
View code at this point
Browse repository at this point
Commits on May 8, 2018
corss compiler isnan
fo40225
committed
6e5e9be
View commit details
Copy full SHA for 6e5e9be
View code at this point
Browse repository at this point
Commits on May 5, 2018
fix ValueTest/specialFloats test failure when fp:fast on msvc
fo40225
committed
3f0d91f
View commit details
Copy full SHA for 3f0d91f
View code at this point
Browse repository at this point
Commits on Mar 13, 2018
Add setting precision for json writers and also add decimal places precision type. (#752)
Show description for a07fc53
melonaerial
authored and
cdunn2001
committed
a07fc53
View commit details
Copy full SHA for a07fc53
View code at this point
Browse repository at this point
Commits on Mar 3, 2018
Minor changes for static analysis (#749)
Show description for 3e2b8ea
cdunn2001
authored
3e2b8ea
View commit details
Copy full SHA for 3e2b8ea
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
fix: byte shift when interpreting 32-bit utf-8 codepoints
tjanc
committed
592d942
View commit details
Copy full SHA for 592d942
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
replace code point in range(0xD800, 0xDFFF) to replacement mark (#714)
Show description for 63ab03c
cdunn2001
authored
63ab03c
View commit details
Copy full SHA for 63ab03c
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
Fix sign mismatch in `valueToString`
Show description for 42ca02b
remyjette
authored
42ca02b
View commit details
Copy full SHA for 42ca02b
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Spelling (#703)
jsoref
authored and
cdunn2001
committed
e6a588a
View commit details
Copy full SHA for e6a588a
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
Serialize UTF-8 string with Unicode escapes (#687)
Show description for 42a161f
pkierski
authored and
cdunn2001
committed
42a161f
View commit details
Copy full SHA for 42a161f
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
Fix writeCommentBeforeValue() iter deref
Show description for d830c0a
cdunn2001
committed
d830c0a
View commit details
Copy full SHA for d830c0a
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing.
Show description for 59e4d35
ssbr
committed
59e4d35
View commit details
Copy full SHA for 59e4d35
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
strstr -> strchr
Show description for ea9f0ce
pavel-pimenov
committed
ea9f0ce
View commit details
Copy full SHA for ea9f0ce
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
Fix issue #567 in writing real values in different locales
Show description for 4a9d77b
bernhardHartleb
committed
4a9d77b
View commit details
Copy full SHA for 4a9d77b
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
Allocate the proper memory for formatString. Fix a warning with gcc 7.1
Show description for 7f9cc27
sylvestre
committed
7f9cc27
View commit details
Copy full SHA for 7f9cc27
View code at this point
Browse repository at this point
Commits on May 1, 2017
Fix QNX build: QNX defines sprintf under the std namespace. Use snprintf instead
AntonIndrawan-TomTom
committed
2e31985
View commit details
Copy full SHA for 2e31985
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Fix V815:Decreased performance
pavel-pimenov
committed
6ca3743
View commit details
Copy full SHA for 6ca3743
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Ensure that the fact that a float was provided on input is preserved when writing output; update tests to reflect this fact
BrendanDrewDaqri
committed
89ab7ec
View commit details
Copy full SHA for 89ab7ec
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Optional space after comma
Show description for 80a82ea
cdunn2001
committed
80a82ea
View commit details
Copy full SHA for 80a82ea
View code at this point
Browse repository at this point
Avoid null for stringValue
Show description for 7e0571b
cdunn2001
committed
7e0571b
View commit details
Copy full SHA for 7e0571b
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
Make internal func anon
Show description for e0f9aab
cdunn2001
committed
e0f9aab
View commit details
Copy full SHA for e0f9aab
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
Use macro for `override`
Show description for 98e981d
cdunn2001
committed
98e981d
View commit details
Copy full SHA for 98e981d
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Fixing up for #define instead of typedef in secure allocators
dawesc
authored and
cdunn2001
committed
75570d7
View commit details
Copy full SHA for 75570d7
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
JSONCPP_OSTRINGSTREAM
cdunn2001
committed
38bb491
View commit details
Copy full SHA for 38bb491
View code at this point
Browse repository at this point
JSONCPP_OSTREAM
cdunn2001
committed
724ba29
View commit details
Copy full SHA for 724ba29
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
std::snprintf fix for Cygwin
Techwolfy
committed
7e46bf7
View commit details
Copy full SHA for 7e46bf7
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
Fix a sign-compare
cdunn2001
committed
2713f4f
View commit details
Copy full SHA for 2713f4f
View code at this point
Browse repository at this point
Commits on Feb 6, 2016
Merge pull request #406 from magnific0/master
Show description for 2c872ec
cdunn2001
committed
2c872ec
View commit details
Copy full SHA for 2c872ec
View code at this point
Browse repository at this point
More conversion fixes for gcc
cdunn2001
committed
fef4b75
View commit details
Copy full SHA for fef4b75
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.