json/benchmark/json_parser.py
2014-12-30 11:47:28 +01:00

7 lines
72 B
Python
Executable file

#!/usr/bin/env python
import sys
import json
j = json.load(sys.stdin)