Access json object in python programs

Hi All,
I am trying to create a javascript object like json in clientside and sending to mod_python. In the mod_python it is coming as util.StringField , How can i access this object.

Thanks,
CP

Back to top