ESPHome
2024.10.2
|
Go to the source code of this file.
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::json | |
Functions | |
std::string | esphome::json::build_json (const json_build_t &f) |
Build a JSON string with the provided json build function. More... | |
bool | esphome::json::parse_json (const std::string &data, const json_parse_t &f) |
Parse a JSON string and run the provided json parse function if it's valid. More... | |