Pybites Logo

Convert dict to namedtuple/json

Intermediate +3 pts

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