mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +00:00
add comment here as well
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user