1
0
mirror of https://github.com/nlohmann/json synced 2024-12-26 18:41:03 +00:00
nlohmannjson/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)