#!/bin/sh
exec python json.py <<END
{"foo": "bar"}
END

