Skip to content

Instantly share code, notes, and snippets.

@iximiuz
Created October 25, 2020 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iximiuz/966fcfcfffc02a962991e8de0796044c to your computer and use it in GitHub Desktop.
Save iximiuz/966fcfcfffc02a962991e8de0796044c to your computer and use it in GitHub Desktop.
#!/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