getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
821 stars 65 forks source link

Support TOML #72

Closed liuzicheng1987 closed 3 months ago

liuzicheng1987 commented 3 months ago

Possible implementations:

https://github.com/marzer/tomlplusplus

https://github.com/ToruNiina/toml11