Package: libjson11-1 (1.0.0-3)
Links for libjson11-1
Trisquel Resources:
Download Source Package json11:
Maintainer:
Original Maintainer:
- Debian QA Group
External Resources:
- Homepage [github.com]
Similar packages:
Tiny JSON library for C++11
json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
The core object provided by the library is json11::Json. A Json object represents any JSON value: null, bool, number (int or double), string (std::string), array (std::vector), or object (std::map).
Json objects act like values. They can be assigned, copied, moved, compared for equality or order, and so on. There are also helper methods Json::dump, to serialize a Json to a string, and Json::parse (static) to parse a std::string as a Json object.
Other Packages Related to libjson11-1
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
Download libjson11-1
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
amd64 | 24.3 kB | 81 kB | [list of files] |