glaze-devel (7.0.2-1)
Installation
# on RedHat based distributions
dnf config-manager --add-repo
# on SUSE based distributions
zypper addrepo # on RedHat based distributions
dnf install glaze-devel
# on SUSE based distributions
zypper install glaze-devel
Repository info
Architectures |
x86_64 |
About this package
Extremely fast, in memory, JSON and reflection library for modern C++. BEVE, CBOR, CSV, MessagePack, TOML, YAML, EETF
One of the fastest JSON libraries in the world. Glaze reads and writes from object memory, simplifying interfaces and offering incredible performance.
Formats Supported:
- JSON | glaze/json.hpp
- BEVE (Binary Efficient Versatile Encoding) | glaze/beve.hpp
- CBOR (Concise Binary Object Representation) | glaze/cbor.hpp
- CSV (Comma Separated Value) | glaze/csv.hpp
- MessagePack | glaze/msgpack.hpp
- Stencil/Mustache (string interpolation) | glaze/stencil/stencil.hpp
- TOML (Tom's Obvious, Minimal Language) | glaze/toml.hpp
- YAML | glaze/yaml.hpp
- EETF (Erlang External Term Format) | glaze/eetf.hpp
- And Many More Features