mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Parser: unescape strings
This commit is contained in:
@@ -15,6 +15,8 @@ namespace ArduinoJson
|
||||
{
|
||||
public:
|
||||
static size_t printTo(const char*, Print*);
|
||||
|
||||
static char* extractFrom(char* input, char** end);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user