mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2025-08-17 17:11:02 +02:00
.
This commit is contained in:
6
jformat.py
Executable file
6
jformat.py
Executable file
@ -0,0 +1,6 @@
|
||||
import pprint
|
||||
import sys
|
||||
import json
|
||||
|
||||
if len(sys.argv) == 2:
|
||||
print(pprint.pformat(json.load(open(sys.argv[1]))))
|
Reference in New Issue
Block a user