mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 12:32:17 +02:00
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