mirror of
https://github.com/nlohmann/json
synced 2024-12-27 11:00:14 +00:00
7 lines
72 B
Python
7 lines
72 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import sys
|
||
|
import json
|
||
|
|
||
|
j = json.load(sys.stdin)
|