A C++ compile-time static reflection ConfigLoader framework

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • C++ JSON libs Reviewed/Compared - nlohmann, rapidjson, boost.json

    1 project | /r/programming | 26 Dec 2020
  • JSON for Modern C++ 3.11.0

    7 projects | /r/cpp | 1 Aug 2022
  • Is there something like GSON available in C++?

    3 projects | /r/cpp | 20 May 2022
  • Widelands

    1 project | news.ycombinator.com | 17 May 2024
  • Learn Modern C++

    6 projects | news.ycombinator.com | 26 Dec 2023