Description
This is a JSON object parse/format library in C++. It contains class to represent JSON Object and functions to read it from stream and write it to stream. That is basically it. For more information look at README.
Installation Instructions
Install from copr:
dnf copr enable tokox/cpp-json
dnf install tokox-cpp-json
Library should install in /usr/include/tokox/cpp-json/
and docs should install in /usr/share/doc/tokox/cpp-json/
Bugs and issues report at github: tokox/cpp-json
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Amazonlinux 2023 | x86_64 (62)* | Amazonlinux 2023 (24 downloads) |
Centos-stream+epel-next 8 | x86_64 (65)* | Centos-stream+epel-next 8 (27 downloads) |
Centos-stream+epel-next 9 | x86_64 (59)* | Centos-stream+epel-next 9 (26 downloads) |
Centos-stream 8 | x86_64 (58)* | Centos-stream 8 (20 downloads) |
Centos-stream 9 | x86_64 (60)* | Centos-stream 9 (27 downloads) |
EPEL 6 | x86_64 (59)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (62)* | EPEL 7 (22 downloads) |
EPEL 8 | x86_64 (59)* | EPEL 8 (26 downloads) |
EPEL 9 | x86_64 (59)* | EPEL 9 (23 downloads) |
Fedora 38 | x86_64 (84)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (62)* | Fedora 39 (28 downloads) |
Fedora 40 | x86_64 (65)* | Fedora 40 (22 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (5 downloads) |
Fedora eln | x86_64 (59)* | Fedora eln (22 downloads) |
Fedora rawhide | x86_64 (60)* | Fedora rawhide (20 downloads) |
Mageia 8 | x86_64 (59)* | Mageia 8 (30 downloads) |
Mageia 9 | x86_64 (63)* | Mageia 9 (26 downloads) |
Mageia cauldron | x86_64 (58)* | Mageia cauldron (29 downloads) |
openEuler 20.03 | x86_64 (63)* | openEuler 20.03 (26 downloads) |
openEuler 22.03 | x86_64 (62)* | openEuler 22.03 (27 downloads) |
openSUSE Leap 15.4 | x86_64 (58)* | openSUSE Leap 15.4 (0 downloads) |
openSUSE Leap 15.5 | x86_64 (63)* | openSUSE Leap 15.5 (26 downloads) |
openSUSE Tumbleweed | x86_64 (58)* | openSUSE Tumbleweed (30 downloads) |
Rhel 7 | x86_64 (63)* | Rhel 7 (26 downloads) |
Rhel 8 | x86_64 (62)* | Rhel 8 (23 downloads) |
Rhel 9 | x86_64 (62)* | Rhel 9 (22 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tokox/cpp-json
More info about enabling Copr repositories