diff --git a/to-json/test.json b/to-json/test.json deleted file mode 100644 index 0873928..0000000 --- a/to-json/test.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "demo": "key_1", - "author": "dnomd343", - "test": [ - 123, - 234, - 345 - ] -} diff --git a/to-json/test.toml b/to-json/test.toml deleted file mode 100644 index 5e929d6..0000000 --- a/to-json/test.toml +++ /dev/null @@ -1,3 +0,0 @@ -demo = "key_1" -author = "dnomd343" -test = [ 123, 234, 345 ] diff --git a/to-json/test.yaml b/to-json/test.yaml deleted file mode 100644 index 09fa3e6..0000000 --- a/to-json/test.yaml +++ /dev/null @@ -1,6 +0,0 @@ -demo: key_1 -author: dnomd343 -test: - - 123 - - 234 - - 345