mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-31 19:24:48 +02:00
Updated Bag of Tricks (markdown)
@@ -2,7 +2,7 @@ Here are helper class that can help you add missing features.
|
|||||||
|
|
||||||
## Look for a nested key
|
## Look for a nested key
|
||||||
|
|
||||||
Suppose we've this json:
|
Suppose we've got this json:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{"key1":1,"key2":{"subkey1":3,"subkey2":4}}
|
{"key1":1,"key2":{"subkey1":3,"subkey2":4}}
|
||||||
|
Reference in New Issue
Block a user