Paket: libjson11-1 (1.0.0-2)
Links für libjson11-1
Debian-Ressourcen:
Quellcode-Paket json11 herunterladen:
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
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.
Andere Pakete mit Bezug zu libjson11-1
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU-C-Bibliothek: Laufzeitbibliotheken
auch ein virtuelles Paket, bereitgestellt durch libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libstdc++6 (>= 9)
- GNU-Implementierung der Standard-C++-Bibliothek (Version 3)
libjson11-1 herunterladen
Architektur | Paketgröße | Größe (installiert) | Dateien |
---|---|---|---|
amd64 | 24,1 kB | 96,0 kB | [Liste der Dateien] |
arm64 | 23,6 kB | 92,0 kB | [Liste der Dateien] |
armhf | 20,8 kB | 68,0 kB | [Liste der Dateien] |
i386 | 25,9 kB | 96,0 kB | [Liste der Dateien] |