mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-22 14:57:33 +02:00
Test that string can be stored in JsonObject
This commit is contained in:
@ -14,10 +14,12 @@ public:
|
||||
}
|
||||
|
||||
void operator=(bool);
|
||||
void operator=(const char*);
|
||||
void operator=(double);
|
||||
void operator=(int);
|
||||
|
||||
operator bool();
|
||||
operator const char*();
|
||||
operator double();
|
||||
operator int();
|
||||
|
||||
|
Reference in New Issue
Block a user