Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037992
en ru br
ALT Linux repos
S:20140722-alt1

Group :: System/Libraries
RPM: jsonxx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 20140722-alt1
Build date: 13 september 2014, 12:25 ( 497.7 weeks ago )
Size: 11.40 Kb

Home page:   https://bitbucket.org/tunnuz/json

License: MIT
Summary: Self contained Flex/Bison JSON parser for C++11
Description:

JSON++ is a self contained Flex/Bison JSON parser for C++11. It parses
strings and files in JSON format, and builds an in-memory tree
representing the JSON structure. JSON objects are mapped to std::maps,
arrays to std::vectors, JSON native types are mapped onto C++ native
types. The library also includes printing on streams. Classes exploit
move semantics to avoid copying parsed structures around. It doesn't
require any additional library (not even libfl).

Current maintainer: Eugeny A. Rostovtsev (REAL)

List of contributors

List of rpms provided by this srpm:

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