mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
RawJson() accepts any kind of string and obeys to duplication rules
This commit is contained in:
@@ -42,6 +42,9 @@ struct StdStreamTraits {
|
||||
return _stream.eof() ? '\0' : static_cast<char>(_stream.get());
|
||||
}
|
||||
};
|
||||
|
||||
static const bool has_append = false;
|
||||
static const bool has_equals = false;
|
||||
};
|
||||
|
||||
template <typename TStream>
|
||||
|
||||
Reference in New Issue
Block a user