mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Use float instead of double to reduce the size of JsonVariant (issue #134)
This commit is contained in:
@@ -83,6 +83,9 @@ class JsonVariant : public JsonVariantBase<JsonVariant> {
|
||||
static T invalid();
|
||||
|
||||
private:
|
||||
Internals::JsonFloat asFloat() const;
|
||||
Internals::JsonInteger asInteger() const;
|
||||
|
||||
// The current type of the variant
|
||||
Internals::JsonVariantType _type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user