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
901 stars 76 forks source link

Fix typo in readme #139

Closed tim-lyon closed 1 month ago

tim-lyon commented 1 month ago

A tiny typo, but because the documentation standard is otherwise so high, I thought it worth fixing :)

liuzicheng1987 commented 1 month ago

Thanks!