Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042327
en ru br
ALT Linux repos
S:1.3.0-alt1_8

Group :: Other
RPM: picojson

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.3.0-alt1_8
Build date: 2 october 2019, 15:49 ( 234.2 weeks ago )
Size: 18.15 Kb

Home page:   https://github.com/kazuho/picojson

License: BSD
Summary: A header-file-only, JSON parser / serializer in C++
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • picojson-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin