forked from bblanchon/ArduinoJson
Fixed casting JsonValue to string
This commit is contained in:
@ -66,7 +66,7 @@ namespace ArduinoJson
|
|||||||
|
|
||||||
operator const char*()
|
operator const char*()
|
||||||
{
|
{
|
||||||
return "";
|
return content.asString;
|
||||||
}
|
}
|
||||||
|
|
||||||
operator double()
|
operator double()
|
||||||
|
Reference in New Issue
Block a user