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_value.cpp
on
accept_all_arithmetic_types
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 7, 2014
Json::Value constructor: Accept any arithmetic type.
Billy Donahue
committed
021f7de
View commit details
Copy full SHA for 021f7de
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Revert "Revert "Removed vim mode lines.""
Show description for 4002f8a
cdunn2001
committed
4002f8a
View commit details
Copy full SHA for 4002f8a
View code at this point
Browse repository at this point
Commits on Sep 16, 2014
Revert "Removed vim mode lines."
Show description for af77b5b
cdunn2001
committed
af77b5b
View commit details
Copy full SHA for af77b5b
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Enabled PointerBindsToType in clang-format options.
jacobsa
committed
11086dd
View commit details
Copy full SHA for 11086dd
View code at this point
Browse repository at this point
Ran clang-format over all .h and .cpp files.
Show description for 30b07c0
jacobsa
committed
30b07c0
View commit details
Copy full SHA for 30b07c0
View code at this point
Browse repository at this point
Commits on Sep 14, 2014
Removed vim mode lines.
Show description for 32009b1
jacobsa
committed
32009b1
View commit details
Copy full SHA for 32009b1
View code at this point
Browse repository at this point
Commits on Sep 10, 2014
Switch to copy-and-swap idiom for operator=.
Show description for 45cd949
Billy Donahue
authored and
cdunn2001
committed
45cd949
View commit details
Copy full SHA for 45cd949
View code at this point
Browse repository at this point
Commits on Sep 3, 2014
ws
cdunn2001
committed
d94caac
View commit details
Copy full SHA for d94caac
View code at this point
Browse repository at this point
free does nothing if parameter equals NULL
Matthias Loy
authored and
cdunn2001
committed
fe2cd01
View commit details
Copy full SHA for fe2cd01
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
do intermediate step in order to omit "dereferencing type-punned pointer" error
Matthias Loy
committed
48d9a92
View commit details
Copy full SHA for 48d9a92
View code at this point
Browse repository at this point
Commits on Jul 11, 2014
vim modelines
cdunn2001
committed
8582876
View commit details
Copy full SHA for 8582876
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
fix bug for static init
Show description for 28836b8
cdunn2001
committed
28836b8
View commit details
Copy full SHA for 28836b8
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
Ran clang-format again.
jacobsa
committed
3a0c4fc
View commit details
Copy full SHA for 3a0c4fc
View code at this point
Browse repository at this point
Ran clang-format over all .h and .cpp files.
Show description for 9fa4e84
jacobsa
committed
9fa4e84
View commit details
Copy full SHA for 9fa4e84
View code at this point
Browse repository at this point
Commits on May 13, 2014
fix stdexcept
Show description for 6764059
cdunn2001
committed
6764059
View commit details
Copy full SHA for 6764059
View code at this point
Browse repository at this point
Commits on Apr 23, 2014
Added structured error reporting to Reader.
Show description for 68db655
jacobsa
committed
68db655
View commit details
Copy full SHA for 68db655
View code at this point
Browse repository at this point
Commits on Apr 19, 2014
vim modeline
Show description for 77cd838
cdunn2001
committed
77cd838
View commit details
Copy full SHA for 77cd838
View code at this point
Browse repository at this point
JSON_ASSERT -> JSON_ASSERT_MESSAGE
Show description for ea07973
cdunn2001
committed
ea07973
View commit details
Copy full SHA for ea07973
View code at this point
Browse repository at this point
Commits on May 9, 2013
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
Show description for 700b380
blep
committed
700b380
View commit details
Copy full SHA for 700b380
View code at this point
Browse repository at this point
Commits on Apr 12, 2013
Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia).
blep
committed
3f12417
View commit details
Copy full SHA for 3f12417
View code at this point
Browse repository at this point
Commits on Dec 22, 2011
Got rid of several unnecessary includes of <iostream>.
Show description for 2b853c4
jacobsa
committed
2b853c4
View commit details
Copy full SHA for 2b853c4
View code at this point
Browse repository at this point
Commits on Jun 22, 2011
bug#3306345: minor typo in Path::resolve() -- missing bang.
cdunn2001
committed
9d317c3
View commit details
Copy full SHA for 9d317c3
View code at this point
Browse repository at this point
Commits on Jun 21, 2011
Another simple addition for constructor initialization, PathArgument.
cdunn2001
committed
2ba3bc3
View commit details
Copy full SHA for 2ba3bc3
View code at this point
Browse repository at this point
Commits on May 27, 2011
Fixed unit tests execution on MSVC 6 by removing usage of std::numeric_limits. It was returning 0 value in some max cases. Fixed Value::asFloat() to use integerToDouble().
blep
committed
d496e04
View commit details
Copy full SHA for d496e04
View code at this point
Browse repository at this point
Commits on May 26, 2011
Fixed compilation issues with MSVC 6: replace usage of ostringstream with valueToString to support 64 bits integer and high precision floating point conversion to string. Replace usage of ULL and L…
Show description for f587e6a
blep
committed
f587e6a
View commit details
Copy full SHA for f587e6a
View code at this point
Browse repository at this point
Fixed unit test failure on IBM AIX xlC by hard-coding the maxUInt64AsDouble as double constant instead of relying on double(Value::maxUInt64) which produces an incorrect value.
blep
committed
e807a76
View commit details
Copy full SHA for e807a76
View code at this point
Browse repository at this point
Another round of attempting to fix VC++ errors...
jacobsa
committed
c649bad
View commit details
Copy full SHA for c649bad
View code at this point
Browse repository at this point
Fixed more default cases.
jacobsa
committed
a9eb1ec
View commit details
Copy full SHA for a9eb1ec
View code at this point
Browse repository at this point
Got rid of some unreachable code.
jacobsa
committed
6ffff91
View commit details
Copy full SHA for 6ffff91
View code at this point
Browse repository at this point
Fixed a double -> float compilation warning/error.
jacobsa
committed
acdefb0
View commit details
Copy full SHA for acdefb0
View code at this point
Browse repository at this point
Reworked the type conversion system again, so that:A
Show description for c025697
jacobsa
committed
c025697
View commit details
Copy full SHA for c025697
View code at this point
Browse repository at this point
Commits on May 25, 2011
Removed some out of date TODOs.
jacobsa
committed
b6620e2
View commit details
Copy full SHA for b6620e2
View code at this point
Browse repository at this point
Fixed a 'comparison between signed and unsigned' error.
jacobsa
committed
e082248
View commit details
Copy full SHA for e082248
View code at this point
Browse repository at this point
Fixed a compilation warning/error.
jacobsa
committed
e91a68c
View commit details
Copy full SHA for e91a68c
View code at this point
Browse repository at this point
Gave a more consistent behavior to the Value::isFoo methods. See
Show description for 1b138e8
jacobsa
committed
1b138e8
View commit details
Copy full SHA for 1b138e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.