JSON for Modern C++ version 3.10.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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++

  • simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

  • Cool project. Others may also be interested in simdjson which parses at about 4GB/sec.

    https://github.com/simdjson/simdjson/blob/master/doc/basics....

  • 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

    A C++11 library for parsing and serializing JSON to and from a DOM container in memory. (by boostorg)

  • You should be able to build and include boost json as a standalone subproject in CMake if you are using C++17. (Or also possible to use as header only lib)

    It gets far more complicated with C++11, since you also need a ton of other boost modules there.

    For more Details you can read the Readme of it. https://github.com/boostorg/json

  • hunter

    CMake driven cross-platform package manager for C/C++. (by cpp-pm)

  • Use Hunter for dependency management

    https://github.com/cpp-pm/hunter

    There is a bit of a learning curve, but it's the only dependency manager that does things right (all from within CMake)

  • json-schema-validator

    JSON schema validator for JSON for Modern C++

  • For JSON schema, I've found that this third party library works well: https://github.com/pboettch/json-schema-validator

  • 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

  • C++ Reflection for Component Serialization and Inspection

    3 projects | /r/gameenginedevs | 4 Mar 2023
  • Show HN: DAW JSON Link

    4 projects | news.ycombinator.com | 12 Aug 2022
  • CMake: How to include the headers of an external library downloaded with FetchContent?

    3 projects | /r/cpp_questions | 7 Jul 2022
  • DAW JSON Link v3, a JSON serialization/deserialization library, is released

    10 projects | /r/cpp | 1 Jul 2022
  • easy Serialization library ?

    9 projects | /r/cpp | 22 Aug 2021