JSON for Modern C++ 3.11.0

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
  • json

    JSON for Modern C++

  • Unfortunately, the 3.11.0 release was buggy and version 3.11.1 should be used instead. Sorry for the inconvenience.

    The library I author does this. https://github.com/beached/daw_json_link . It's fast, GB/s too, and provides the mapping mechanism, iteration types, json lines support, event based parser, along with a non-owning json_value for when the mappings don't fit right or if one is querying. Pretty much everything but an owning JSON value as it's not something I've ever needed more than temporarily and brings a lot of complexity that is solved by using the actual C++ data structures one is eventually parsing into anyways.

  • 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

  • metapp

    C++ runtime reflection library

  • My recent working on libraries are focusing on solving the problems you have. metapp is a runtime reflection library, jsonpp is a simple JSON library basing on metapp. More important, the meta data built in metapp is reusable for different purpose, such as serialization, scripting, etc.

  • jsonpp

    C++ JSON parser and stringify

  • My recent working on libraries are focusing on solving the problems you have. metapp is a runtime reflection library, jsonpp is a simple JSON library basing on metapp. More important, the meta data built in metapp is reusable for different purpose, such as serialization, scripting, etc.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Is there something like GSON available in C++?

    3 projects | /r/cpp | 20 May 2022
  • Show HN: Mutuple – Replace items in Python's "immutable" tuples

    2 projects | news.ycombinator.com | 10 Apr 2024
  • Litestar 2.0

    4 projects | /r/Python | 29 Aug 2023
  • Jackson, moshi or kotlinx.serialization?

    8 projects | /r/Kotlin | 19 Oct 2022
  • For fun, I created a library to serialize / deserialize any python object into JSON

    2 projects | /r/Python | 27 Aug 2022