C++ CBOR

Open-source C++ projects categorized as CBOR

Top 4 C++ CBOR Projects

  • json

    JSON for Modern C++

  • Project mention: Learn Modern C++ | news.ycombinator.com | 2023-12-26

    I have not done a "desktop" program in 25+ years and never using C++ (or C), since then I'm mostly a web developer (PHP,Elixir, JS, Kotlin etc).

    I'm currently doing a C++ audio plugin with the Juce framework.

    This website has been a good resource, alongside https://www.learncpp.com

    But I was actually close to give up before using those two things:

    - https://github.com/nlohmann/json : my plugin use a json api backend and the Juce json implementation is atrocious (apparently because of being born in previous c++ version), but this library is GREAT.

    - ChatGPT 4. I'm not sure I would have "succeeded" without it, at least not in a reasonable time frame. ChatGPT 3.5 is slow and does not give good results for my use case but 4 is impressive. And I use in a very dumb way, just posing question in the web UI. I probably could have it directly in MSVC?

    Also I must say, for all its flaws, I have a renewed appreciation for doing UI on the web ;)

  • TreeFrog Framework

    TreeFrog Framework : High-speed C++ MVC Framework for Web Application

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

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON

  • Project mention: Experience using crow as web server | /r/cpp | 2023-11-06

    On the other hand, I'd like to bring in the json library of my choice, e.g. https://github.com/nlohmann/json or https://github.com/danielaparker/jsoncons. So I'd prefer the web server library provides as little as possible in the way of Json support, and certainly doesn't get in the way of using my library of choice. Similarly, I'd like to use my choice of automatic object serialization.

  • cppbor

    An implementation of cbor using C++ 17 variants (by RantyDave)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ CBOR related posts

  • JSON for Modern C++ 3.11.3 (first release since 473 days)

    1 project | /r/cpp | 30 Nov 2023
  • What is the best way to store data?

    2 projects | /r/cpp_questions | 20 May 2023
  • It is either a clever technique or a sad failure

    1 project | /r/ProgrammerHumor | 14 May 2023
  • How to compile project to separate files to prevent having single large executable as a result?

    1 project | /r/cpp_questions | 13 May 2023
  • C++ that allows tracking peer to peer multimedia streaming connections using a Flat File - NOT MySql

    1 project | /r/i2p | 14 Apr 2023
  • C++ Packages for a custom Game Engine - That One Game Dev

    2 projects | /r/gamedev | 28 Jan 2023
  • Happy New Year fellow devs!

    1 project | /r/ProgrammerHumor | 31 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source CBOR projects in C++? This list will help you:

Project Stars
1 json 40,546
2 TreeFrog Framework 1,256
3 jsoncons 670
4 cppbor 10

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com