mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 23:51:37 +01:00
Fixed casting JsonValue to string
This commit is contained in:
@@ -66,7 +66,7 @@ namespace ArduinoJson
|
||||
|
||||
operator const char*()
|
||||
{
|
||||
return "";
|
||||
return content.asString;
|
||||
}
|
||||
|
||||
operator double()
|
||||
|
||||
Reference in New Issue
Block a user