Skip to content
Sections
>> Trisquel >> パッケージ >> nabia >> libs >> libjson11-1
nabia  ] [  aramo  ]
[ ソース: json11  ]

パッケージ: libjson11-1 (1.0.0-2)

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.

その他の libjson11-1 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • dep: libc6 (>= 2.14) [amd64]
    GNU C Library: Shared libraries
    以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
    dep: libc6 (>= 2.4) [armhf]
  • dep: libstdc++6 (>= 9)
    GNU Standard C++ Library v3

libjson11-1 のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
amd64 24.4 kB97 kB [ファイル一覧]
armhf 20.8 kB68 kB [ファイル一覧]