Created
October 25, 2020 16:25
-
-
Save iximiuz/966fcfcfffc02a962991e8de0796044c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import json | |
import sys | |
for line in sys.stdin: | |
ds = eval(line) | |
print(json.dumps(ds)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment