mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-02 20:24:42 +02:00
typo fixed
@@ -143,5 +143,5 @@ You can also iterate through the key-value pairs of the object:
|
||||
for (JsonObject::iterator it=root.begin(); it!=root.end(); ++it)
|
||||
{
|
||||
Serial.println(it->key);
|
||||
Serial.println(i->value.asString());
|
||||
Serial.println(it->value.asString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user