summaryrefslogtreecommitdiff
path: root/toml2json.py
diff options
context:
space:
mode:
Diffstat (limited to 'toml2json.py')
-rw-r--r--toml2json.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/toml2json.py b/toml2json.py
deleted file mode 100644
index 320b414..0000000
--- a/toml2json.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import sys, json, tomllib
-
-data = tomllib.load(open(0,'rb',closefd=False))
-json.dump(data, sys.stdout, separators=(',',':'))