mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
Renamed EscapedString into QuotedString
This commit is contained in:
@ -11,7 +11,7 @@ namespace ArduinoJson
|
||||
{
|
||||
namespace Internals
|
||||
{
|
||||
class EscapedString
|
||||
class QuotedString
|
||||
{
|
||||
public:
|
||||
static size_t printTo(const char*, Print*);
|
Reference in New Issue
Block a user