Convert dict to namedtuple/json
Level: Intermediate (score: 3)
Write a function to convert the given blog dict
to a namedtuple
Write a second function to convert the resulting namedtuple
to json
.
Here you probably need to use two of the _
methods of namedtuple