Updated Bag of Tricks (markdown)

devinrayolsen
2016-09-15 22:39:39 -07:00
parent 30b85757aa
commit 8fea418841

@ -2,7 +2,7 @@ Here are helper class that can help you add missing features.
## Look for a nested key
Suppose we've this json:
Suppose we've got this json:
```json
{"key1":1,"key2":{"subkey1":3,"subkey2":4}}