Re: Passing JSON data

2010-06-02 Thread Simone Dalla
2010/6/2 ravi krishna > Hi, > I am a newbie with Python n Django programming. Can somebody tell me some > easy methods for passing the Json data to the html page as arguments. I have > the Json converted data stored in a variable. Now need to print those data > in html. while searching found som

Passing JSON data

2010-06-02 Thread ravi krishna
Hi, I am a newbie with Python n Django programming. Can somebody tell me some easy methods for passing the Json data to the html page as arguments. I have the Json converted data stored in a variable. Now need to print those data in html. while searching found some methods like using eval() in Aja