def create_json(self, blog_id):
     blog = self.fetch(blog_id)
     blog_json = JsonUtils.blog_to_json(blog)
     return blog_json