Write a function to convert the given blog dict to a namedtuple.
namedtuple
Write a second function to convert the resulting namedtuple to json.
json
Here you probably need to use 2 of the _ methods of namedtuple :)
_