vote up 0 vote down star

How do i parse JSON strings using Django template library. I can parse it using javascript in my template, but I would like to parse the json in the template library when it is rendered by the server. Is there a way to do it. - Amey Kanade

flag

1 Answer

vote up 1 vote down

I think you actually mean you parse JSON data using javascript not "in your template" but on the client side. Anyway, if you want to use JSON data in your template, why not process it in the view that provides variables to the template?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.