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 }}
fivemicro
/
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
include
json
reader.h
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2015
swap docs for default vs. strictMode
cdunn2001
committed
56650e8
View commit details
Copy full SHA for 56650e8
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
Update reader.h
btolfa
committed
be183de
View commit details
Copy full SHA for be183de
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
prefer ValueIterator::name() to ::memberName()
Show description for ed495ed
cdunn2001
committed
ed495ed
View commit details
Copy full SHA for ed495ed
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
add rejectDupKeys feature - not yet impld
cdunn2001
committed
527332d
View commit details
Copy full SHA for 527332d
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
maybe fix DLL symbols for VS
cdunn2001
committed
eaa3fd8
View commit details
Copy full SHA for eaa3fd8
View code at this point
Browse repository at this point
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
Commits on Feb 24, 2015
allowSingleQuotes
Show description for 0c66e69
cdunn2001
committed
0c66e69
View commit details
Copy full SHA for 0c66e69
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
failIfExtra
Show description for f4be815
cdunn2001
committed
f4be815
View commit details
Copy full SHA for f4be815
View code at this point
Browse repository at this point
comments/minor typos
cdunn2001
committed
aa13a8b
View commit details
Copy full SHA for aa13a8b
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
stackLimit
cdunn2001
committed
249ad9f
View commit details
Copy full SHA for 249ad9f
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
Commits on Feb 10, 2015
add all features
cdunn2001
committed
f757c18
View commit details
Copy full SHA for f757c18
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
deprecate Builders
Show description for 1357cdd
cdunn2001
committed
1357cdd
View commit details
Copy full SHA for 1357cdd
View code at this point
Browse repository at this point
deprecate old Reader; separate Advanced Usage section
cdunn2001
committed
8df98f6
View commit details
Copy full SHA for 8df98f6
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
CharReader/Builder
Show description for 2c1197c
cdunn2001
committed
2c1197c
View commit details
Copy full SHA for 2c1197c
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Remove unused functions
datadiode
committed
09d352a
View commit details
Copy full SHA for 09d352a
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
Add public semantic error reporting
Show description for b84a39c
astralarya
committed
b84a39c
View commit details
Copy full SHA for b84a39c
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
Commits on Jun 30, 2014
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 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
Added features that allow the reader to accept common non-standard JSON.
Show description for 642befc
jacobsa
committed
642befc
View commit details
Copy full SHA for 642befc
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Added missing includes for std::istream.
Show description for 94d17e9
jacobsa
committed
94d17e9
View commit details
Copy full SHA for 94d17e9
View code at this point
Browse repository at this point
Commits on May 8, 2013
- New CMake based build system. Based in part on contribution from
Show description for eafd702
blep
committed
eafd702
View commit details
Copy full SHA for eafd702
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 May 2, 2011
Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION
blep
committed
eadc478
View commit details
Copy full SHA for eadc478
View code at this point
Browse repository at this point
Untabified some sources
blep
committed
e3cc0f0
View commit details
Copy full SHA for e3cc0f0
View code at this point
Browse repository at this point
Commits on May 1, 2011
Release test-0.6.0
blep
committed
4038849
View commit details
Copy full SHA for 4038849
View code at this point
Browse repository at this point
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail.
Show description for 64e40aa
blep
committed
64e40aa
View commit details
Copy full SHA for 64e40aa
View code at this point
Browse repository at this point
Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility.
blep
committed
b2e8ccc
View commit details
Copy full SHA for b2e8ccc
View code at this point
Browse repository at this point
Commits on Apr 20, 2010
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction.
blep
committed
7469f1d
View commit details
Copy full SHA for 7469f1d
View code at this point
Browse repository at this point
Commits on Nov 18, 2009
- added Features class that describes allowed extension for Reader, to allow for strict configuration
Show description for 8868147
blep
committed
8868147
View commit details
Copy full SHA for 8868147
View code at this point
Browse repository at this point
Commits on Nov 13, 2009
Implementing support for reading and writing Unicode escape sequences.
Malay Shah
committed
ee4b4da
View commit details
Copy full SHA for ee4b4da
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.