Hello, I'd like to know the necessary steps to build a json api for
two table on my db.
The design will be: an ajax app asking for data to my server, that
fetches those data from a db then build the answer in json.
Ajax n the client will then use json data to do some staff.
I'd like to build this API in python.
What pieces of software I need? (simplejson?)

I've seen this snippet on the djangosnippet site.
http://www.djangosnippets.org/snippets/154/
Is It the right way.
Daniele

-- 
http://picio.gotdns.com ...Il mio blog su NSLU2
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to