Package
libjsoncpp1Version
1.7.2-1Priority
extraSection
libsSource
libjsoncppOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Peter Spiess-Knafl <dev@spiessknafl.at>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
229 kBDepends
libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)Homepage
https://github.com/open-source-parsers/jsoncppTask
ubuntu-sdk-libsSupported
5yDownload Size
73.0 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
library for reading and writing JSON for C++jsoncpp is an implementation of a JSON reader and writer in C++. JSON
(JavaScript Object Notation) is a lightweight data-interchange format
that it is easy to parse and redeable for human. It is useful for
building config files, network communications protocols, etc.
.
This library provides following features:
.
* High-level data structures for collecting data from JSON.
* Easy-to-use reader and writer.