mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-13 01:24:49 +02:00
Updated Examples (markdown)
@@ -72,7 +72,8 @@ for(JsonArray::iterator it=array.begin(); it!=array.end(); ++it)
|
||||
```
|
||||
|
||||
```c++
|
||||
JsonObject& object;
|
||||
char json[] = "{\"key\":\"value\"}";
|
||||
JsonObject& object = jsonBuffer.parseObject(json);
|
||||
|
||||
for(JsonObject::iterator it=object.begin(); it!=object.end(); ++it)
|
||||
{
|
||||
|
Reference in New Issue
Block a user