1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 21:23:02 +04:00
Files
json/json_parser.py
T
2014-12-30 10:54:01 +01:00

7 lines
72 B
Python
Executable File

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