mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-03 12:44:50 +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)
|
for (JsonObject::iterator it=root.begin(); it!=root.end(); ++it)
|
||||||
{
|
{
|
||||||
Serial.println(it->key);
|
Serial.println(it->key);
|
||||||
Serial.println(i->value.asString());
|
Serial.println(it->value.asString());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user