picojson - A header-file-only, JSON parser / serializer in C++
Website: | https://github.com/kazuho/picojson |
---|---|
License: | BSD |
Vendor: | Alcance Libre, Inc. |
- Description:
PicoJSON is a tiny JSON parser / serializer for C++ with following properties: Header-file only, No external dependencies (only uses standard C++ libraries), STL-friendly (arrays are represented by using std::vector, objects are std::map) provides both pull interface and streaming (event-based) interface.
Packages
picojson-1.3.0-2.fc14.al.src [18 KiB] |
Changelog
by Joel Barrios (2020-05-09):
- Rebuild for ALDOS 1.4.15. |