forked from bblanchon/ArduinoJson
Test that a double can be stored in a JsonObject
This commit is contained in:
@ -14,9 +14,11 @@ public:
|
||||
}
|
||||
|
||||
// void operator=(const JsonObject& object);
|
||||
void operator=(double);
|
||||
void operator=(int);
|
||||
|
||||
// operator JsonObject();
|
||||
operator double();
|
||||
operator int();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user