This commit is contained in:
Niels 2014-12-30 11:47:28 +01:00
parent 39cf26e2db
commit 2335d3f3d5
5 changed files with 25 additions and 2 deletions

6
benchmark/json_parser.py Executable file
View file

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