mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
update CSpot
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#define JSONOBJECT_H
|
||||
#include <cJSON.h>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
namespace bell {
|
||||
class JSONValue
|
||||
@@ -24,6 +26,7 @@ namespace bell {
|
||||
~JSONObject();
|
||||
JSONValue operator[](std::string index);
|
||||
std::string toString();
|
||||
std::vector<uint8_t> toVector();
|
||||
|
||||
private:
|
||||
cJSON* body;
|
||||
|
||||
Reference in New Issue
Block a user