1. Home
  2. Browse
  3. reflectcpp

reflectcpp

v0.16.0#0Latest

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML / msgpack.org[C++20]

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.16.0#0

Publication

Supports

All

GitHub

getml/reflect-cpp1.2K

Homepage

github.com/getml/reflect-cpp

Subtree

bdd1a91336

License

MIT

Definition

Manifest