ArduinoJson VS yaml-cpp

Compare ArduinoJson vs yaml-cpp and see what are their differences.

ArduinoJson

📟 JSON library for Arduino and embedded C++. Simple and efficient. (by bblanchon)

yaml-cpp

A YAML parser and emitter in C++ (by jbeder)
JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
ArduinoJson yaml-cpp
24 12
7,004 5,610
0.7% 1.5%
8.0 7.3
4 days ago 4 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ArduinoJson

Posts with mentions or reviews of ArduinoJson. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.

yaml-cpp

Posts with mentions or reviews of yaml-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-01.
  • How do you manage third-party libraries
    8 projects | /r/cpp_questions | 1 Feb 2022
    FetchContent_Declare(yaml-cpp GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git GIT_TAG yaml-cpp-0.7.0 GIT_SHALLOW TRUE ) set(YAML_CPP_BUILD_TESTS OFF) FetchContent_MakeAvailable(yaml-cpp)
  • Templated lambdas with unknown type during invocation
    1 project | /r/cpp_questions | 9 Jan 2022
    As you can see, I'm trying to coerce some YAML::Node to get some unknown type:
  • How to deal with unmaintained crates? (eg. yaml-rust)
    6 projects | /r/rust | 9 Jan 2022
    Some context, In my day job, I'm working on a custom format that is based on yaml but extends it. We're still using C++, so we the used yaml-cpp as a base for our parser and it was great for that purpose. laying with rust on Advent of Code lately I also got sent back to reality... Not having rust enums, match, great string handling, iterators when working with my AST was hard. So I wanted to try to implement the same parser in Rust as an example to my teammates of how great rust can be.
  • Libraries
    14 projects | /r/cpp_questions | 7 Dec 2021
    yaml-cpp
  • yaml-cpp eclipse
    1 project | /r/eclipse | 26 Oct 2021
    Hi, this is a library (https://github.com/jbeder/yaml-cpp), I tried to add it but unfortunately I can't, and I can't find any instructions.
  • Beginner: ExternalProject_Add link and include directory
    1 project | /r/cmake | 30 Mar 2021
    cmake_minimum_required(VERSION 3.0.0) project(cmaketest VERSION 0.1.0) include(CTest) enable_testing() include(ExternalProject) ExternalProject_Add(yaml PREFIX 3rd_party GIT_REPOSITORY https://github.com/jbeder/yaml-cpp/ INSTALL_COMMAND "" ) add_executable(cmaketest main.cpp) set(CPACK_PROJECT_NAME ${PROJECT_NAME}) set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) include(CPack)
  • Modern yaml library with clear docs
    4 projects | /r/cpp_questions | 17 Mar 2021
    I've found is yaml-cpp. The API seems fine
  • I need help with list project
    2 projects | /r/cpp_questions | 4 Mar 2021
    If you want a file format that has more readability, YAML is probably your best bet.
  • How to read from a file
    3 projects | /r/Cplusplus | 1 Jan 2021
    Can this not be parsed as YAML? (https://github.com/jbeder/yaml-cpp)

What are some alternatives?

When comparing ArduinoJson and yaml-cpp you can also consider the following projects:

cJSON - Ultralightweight JSON parser in ANSI C

Boost.PropertyTree - Boost.org property_tree module

json - JSON for Modern C++

RapidJSON - A fast JSON parser/generator for C++ with both SAX/DOM style API

JSON++ - A JSON parser in C++

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that C++ is
the 7th most popular programming language
based on number of references?