A library to provide serialization for C++ components as any other modern programming language.
- Include texto.h
- Run introspectoat yourmain.cppfile
- call to_jsonfunction 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