Setting ArduinoJson value from C++ STL Containers (std::vector, std::array, etc)
Arduino ArduinoJson C++ Development PlatformIO std::vector Tutorials

Setting ArduinoJson value from C++ STL Containers (std::vector, std::array, etc)

If you are creating your own std::vector in c++ code (platformio in my case), and need to set the value on one of your JsonObject or JsonArray for Arduino, there’s a specific function/method you can…