[ 源代码: 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