How to export the contents of a blog to JSON?
I am working on a blog and learning web development at the same time. I
want to learn more about JSON so I am trying to implement a way to export
the entire contents of my blog to JSON and later XML. I am hitting a lot
of problems on the way, the biggest one being getting the url of the page
which I want to render as JSON/XML dynamically. The code for my website
can be found here. I still need to comment more and I have to implement a
lot of functionalities.
I am working with Google App engine and use the jinja2 template engine.
Thanks.
No comments:
Post a Comment