typo fixed

murmlgrmpf
2014-12-24 02:21:59 -08:00
parent d0e4fb4df1
commit adf9d1b659

@@ -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());
}