mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added DeserializationOption::Filter (closes #959)
This commit is contained in:
@@ -181,7 +181,7 @@ class VariantData {
|
||||
}
|
||||
|
||||
bool isEnclosed() const {
|
||||
return isCollection() || isString();
|
||||
return !isFloat();
|
||||
}
|
||||
|
||||
void remove(size_t index) {
|
||||
|
||||
Reference in New Issue
Block a user