1. Home
  2. Browse
  3. reflectcpp

reflectcpp

v0.17.0#0Latest

A C++ library for serialization and deserialization using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML.

Install

Run the following Vcpkg command to install the port.

vcpkg install reflectcpp

Usage

reflect-cpp provides CMake targets:

find_package(reflectcpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE reflectcpp::reflectcpp)

Features

Dependencies

See source

Version

v0.17.0#0

Publication

Supports

All

GitHub

getml/reflect-cpp

Homepage

github.com/getml/reflect-cpp

Subtree

42d1485e11

License

MIT

Definition

Manifest