stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.22k stars 121 forks source link

Reflection API #1327

Closed stephenberry closed 1 month ago

stephenberry commented 1 month ago

Breaking internal change for glz::refl -> glz::reflect

Formalizing the glz::reflect<T> API.

stephenberry commented 1 month ago

This also adds base64.hpp because I made a mistake not making another branch.