mirror of
https://github.com/nlohmann/json.git
synced 2026-09-25 14:20:14 +01: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)
|