Welcome to mirror list, hosted at ThFree Co, Russian Federation.

json_encode.py « test « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43aee112a934fbe668271b135b646854341843c9 (plain)
1
2
3
#!/usr/bin/python
import json,sys,codecs
sys.stdout.write(json.dumps(codecs.getreader('ISO-8859-1')(sys.stdin).read()))