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 2 of the _ methods of namedtuple :)