I was wondering, is it possible to send a json object encoded in php (zend controller action )file to a python file? Is there any function in python which will decode php encoded json object? If any, please post here your responses.. Thank you
Share
You can use RAW String identifier (r) in python. Something like this would work :