Exercise 4-10

jsonlite::fromJSON("data/test_json.json")
## $fruit
## [1] "Apple"
## 
## $size
## [1] "Large"
## 
## $color
## [1] "Red"