+ overworked parser

This commit is contained in:
Niels
2014-12-30 10:54:01 +01:00
parent 4e44390090
commit 9e61092fc6
3 changed files with 19 additions and 3 deletions

6
json_parser.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python
import sys
import json
j = json.load(sys.stdin)