[ ソース: picojson ]
パッケージ: picojson-dev (1.3.0+git20210118.111c9be-2)
picojson-dev に関するリンク
Debian の資源:
picojson ソースパッケージをダウンロード:
- [picojson_1.3.0+git20210118.111c9be-2.dsc]
- [picojson_1.3.0+git20210118.111c9be.orig.tar.xz]
- [picojson_1.3.0+git20210118.111c9be-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
C++ JSON parser/serializer (development files)
PicoJSON is a tiny JSON parser/serializer for C++ with following properties:
- header-file only - no external dependencies (only uses standard C++ libraries) - STL-frendly (arrays are represented by using std::vector, objects are std::map) - provides both pull interface and streaming (event-based) interface