forked from bblanchon/ArduinoJson
Added newline at ed of file
This commit is contained in:
@ -42,4 +42,4 @@ JsonValue::operator long() const { return _node ? _node->getAsInteger() : 0; }
|
||||
|
||||
JsonValue::operator JsonArray() const { return JsonArray(_node); }
|
||||
|
||||
JsonValue::operator JsonObject() const { return JsonObject(_node); }
|
||||
JsonValue::operator JsonObject() const { return JsonObject(_node); }
|
||||
|
Reference in New Issue
Block a user