TSMP is a static reflection library that is implemented with C++20 and code generation with the help of libclang and cmake.
The main features of fabian-jung/tsmp are: Reflection, Reflection Frameworks.
Open-source alternatives to fabian-jung/tsmp include: aantron/better-enums — C++ compile-time enum to string, iteration, in a single header file. billyquith/ponder — C++ reflection library with Lua binding, and JSON and XML serialisation. austinbrunkhorst/cpp-reflection — C++ Reflection Parser / Runtime Skeleton. celtoys/clreflect — C++ Reflection using clang. cpgf/cpgf — cpgf library. getml/reflect-cpp — A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, Boost…
C++ compile-time enum to string, iteration, in a single header file
C++ reflection library with Lua binding, and JSON and XML serialisation.
C++ Reflection Parser / Runtime Skeleton