A library to provide serialization for C++ components as any other modern programming language.
- Include
texto.h
- Run
introspecto
at yourmain.cpp
file - call
to_json
function passing the output stream and whatever data
texto::to_json(std::cout, person);
- C++ STL (commonly already included in the toolchain/OS)
- GCC/Clang compiler with C++23 support (commonly the default compiler)
- introspecto-cpp headers and binary