mirror of
https://github.com/nlohmann/json.git
synced 2025-07-22 01:56:13 +08: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)
|