mirror of
https://github.com/nlohmann/json.git
synced 2026-05-22 22:25:33 +00:00
tidy up
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import json
|
||||
|
||||
j = json.load(sys.stdin)
|
||||
Reference in New Issue
Block a user