tidy up
This commit is contained in:
parent
39cf26e2db
commit
2335d3f3d5
5 changed files with 25 additions and 2 deletions
6
benchmark/json_parser.py
Executable file
6
benchmark/json_parser.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
||||
j = json.load(sys.stdin)
|
Loading…
Add table
Add a link
Reference in a new issue