view bin/json @ 1650:6a5a4126a0c2

<c00kiemon5ter> sed -i \'s/file\\[/files[/\' bin/pseen
author HackBot
date Tue, 22 Jan 2013 14:53:36 +0000
parents e037173e0012
children
line wrap: on
line source

#!/usr/bin/env python
import sys
import json
data = json.loads(sys.stdin.read().decode('utf-8'))
print eval(sys.argv[1]).encode('utf-8')