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
on
private-null
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2015
explicit ctor
hchunhui
authored and
cdunn2001
committed
300b39f
View commit details
Copy full SHA for 300b39f
View code at this point
Browse repository at this point
Make the special constructor private.
hchunhui
authored and
cdunn2001
committed
6c3a4b6
View commit details
Copy full SHA for 6c3a4b6
View code at this point
Browse repository at this point
clean
hchunhui
authored and
cdunn2001
committed
ce85e67
View commit details
Copy full SHA for ce85e67
View code at this point
Browse repository at this point
Use special constructor in order to omit "dereferencing type-punned pointer" error.
hchunhui
authored and
cdunn2001
committed
7f0399d
View commit details
Copy full SHA for 7f0399d
View code at this point
Browse repository at this point
Ensure Json::Value::null{,Ref} are initialized at compile time.
Show description for c70e190
hchunhui
authored and
cdunn2001
committed
c70e190
View commit details
Copy full SHA for c70e190
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
Merge branch 'master' into 0.y.z
Show description for f40dd0f
cdunn2001
committed
f40dd0f
View commit details
Copy full SHA for f40dd0f
View code at this point
Browse repository at this point
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
Merge branch 'master' into 0.y.z
Show description for c334ac0
cdunn2001
committed
c334ac0
View commit details
Copy full SHA for c334ac0
View code at this point
Browse repository at this point
a little test for issue 252, but does not fail for me
cdunn2001
committed
a0a7c5f
View commit details
Copy full SHA for a0a7c5f
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
Use standard CMake variables - static/shared lib.
Show description for 4301908
ya1gaurav
authored and
cdunn2001
committed
4301908
View commit details
Copy full SHA for 4301908
View code at this point
Browse repository at this point
Use standard CMake variables - static/shared lib.
Show description for 0c1c076
ya1gaurav
authored and
cdunn2001
committed
0c1c076
View commit details
Copy full SHA for 0c1c076
View code at this point
Browse repository at this point
Use standard CMake variables - static/shared lib.
Show description for 1113099
ya1gaurav
authored and
cdunn2001
committed
1113099
View commit details
Copy full SHA for 1113099
View code at this point
Browse repository at this point
fix leak in unit-tests
cdunn2001
committed
74143f3
View commit details
Copy full SHA for 74143f3
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Don't use unique_ptr on pre-c++11 branch
Show description for db7ad75
sbc100
authored and
cdunn2001
committed
db7ad75
View commit details
Copy full SHA for db7ad75
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
partially revert 'Added features that allow the reader to accept common non-standard JSON.'
Show description for f4bdc1b
cdunn2001
committed
f4bdc1b
View commit details
Copy full SHA for f4bdc1b
View code at this point
Browse repository at this point
partially revert 'fix bug for static init'
Show description for 93f45d0
cdunn2001
committed
93f45d0
View commit details
Copy full SHA for 93f45d0
View code at this point
Browse repository at this point
revert 'Made it possible to drop null placeholders from array output.'
Show description for 6f6ddaa
cdunn2001
committed
6f6ddaa
View commit details
Copy full SHA for 6f6ddaa
View code at this point
Browse repository at this point
Revert "added option to FastWriter which omits the trailing new line character"
Show description for 254fe6a
cdunn2001
committed
254fe6a
View commit details
Copy full SHA for 254fe6a
View code at this point
Browse repository at this point
revert 'Added structured error reporting to Reader.'
Show description for 00d7bea
cdunn2001
committed
00d7bea
View commit details
Copy full SHA for 00d7bea
View code at this point
Browse repository at this point
revert 'Add public semantic error reporting'
Show description for a9d06d2
cdunn2001
committed
a9d06d2
View commit details
Copy full SHA for a9d06d2
View code at this point
Browse repository at this point
partially revert "Switch to copy-and-swap idiom for operator=."
Show description for 1c4f6a2
cdunn2001
committed
1c4f6a2
View commit details
Copy full SHA for 1c4f6a2
View code at this point
Browse repository at this point
prefer std::string for setComment()
Show description for 50069d7
cdunn2001
committed
50069d7
View commit details
Copy full SHA for 50069d7
View code at this point
Browse repository at this point
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 9, 2015
Change exception data member
Show description for f9feb66
Dani-Hub
authored and
cdunn2001
committed
f9feb66
View commit details
Copy full SHA for f9feb66
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
use Json::RuntimeError
cdunn2001
committed
2250b3c
View commit details
Copy full SHA for 2250b3c
View code at this point
Browse repository at this point
Runtime/LogicError and throwers
cdunn2001
committed
5383794
View commit details
Copy full SHA for 5383794
View code at this point
Browse repository at this point
base Json::Exception
cdunn2001
committed
75279cc
View commit details
Copy full SHA for 75279cc
View code at this point
Browse repository at this point
clarify errors
Show description for 717b086
cdunn2001
committed
717b086
View commit details
Copy full SHA for 717b086
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.