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