A C++ compile-time static reflection ConfigLoader framework

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • config-loader

    Simple C++ Config Loader Framework(Serialization & Reflection)

  • I write a `config loader` framework using compile-time static reflection to deserialize config files to the native data structure, Suggestions are welcome. https://github.com/netcan/config-loader

    I have an example of this using JSON link(current release, it gets easier in next release soon :) ) https://github.com/beached/daw_json_link_config_parser

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • json_struct

    json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa

  • Hi, I wrote JsonStruct. A header only library for parsing to and from structs. So I basically had the same problem: how to add metadata. I desided for having an additional macro. This leads to make it possible to add metadata to structs that you cannot modify for instance. Also, you can deside not to add metadata for all of the member of a struct. Please check it out! https://github.com/jorgen/json\_struct

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts