Files
iot_skeleton/esp32/main/json_utils.h
2026-04-22 20:11:55 +03:00

4 lines
117 B
C

#pragma once
#include <cstddef>
bool json_get_string(const char *json, const char *key, char *out, size_t out_size);