Package jsonxx: Information

    Source package: jsonxx
    Version: 20140722-alt1
    Build time:  Sep 13, 2014, 04:43 PM in the task #130181
    Category: System/Libraries
    Report package bug
    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).

    List of RPM packages built from this SRPM:
    libjsonxx (x86_64, i586)
    libjsonxx-debuginfo (x86_64, i586)
    libjsonxx-devel (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

      1. cmake
      2. flex
      3. gcc-c++

    Last changed


    Sept. 13, 2014 Eugeny A. Rostovtsev 20140722-alt1
    - Initial build for Sisyphus