summaryrefslogtreecommitdiff
path: root/chromium/third_party/jsoncpp/README.chromium
blob: f632079fdd16967fe48b4cb3cd17b4ddfe11cb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: jsoncpp
URL: http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp
Version: 248
License: MIT
License File: LICENSE
Security Critical: yes

Description:
The libjingle/webrtc/liblouis_nacl uses jsoncpp for signaling message
serialization and deserialization.

Local modifications:
The overrides are used to eliminate static initializers in json_value.cpp and
json_reader.cpp adds includes for <string> and <istream> to build on libc++.