add comment here as well

This commit is contained in:
J. Nick Koston
2026-01-28 10:51:29 -10:00
parent ba6e050c91
commit 3f9d6e39a9
+1
View File
@@ -25,6 +25,7 @@ std::string build_json(const json_build_t &f) {
}
bool parse_json(const std::string &data, const json_parse_t &f) {
// NOLINTNEXTLINE(clang-analyzer-cplusplus.NewDeleteLeaks) false positive with ArduinoJson
return parse_json(reinterpret_cast<const uint8_t *>(data.c_str()), data.size(), f);
}