Show onenote page inside meteor?

Hi, has anyone already tried to show a page you created in oneNote in Meteor? Onenote can export the whole page as JSON. But how to show this in my blaze template? (convert json into html)

http://dev.onenote.com/docs#/reference/get-pages

Should I use something like https://github.com/MiroHibler/meteor-json2html

thanks