I\'m very new to php and I\'ve been spending quite some type understanding how to pass arguments from Python to php and conversely. I now know how to pass single variables,
For instance:
myscript.py
import json D = {'foo':1, 'baz': 2} print json.dumps(D)
myscript.php