Browse Source

remove: test file

dev
Dnomd343 2 years ago
parent
commit
1f07e0ea9e
  1. 9
      to-json/test.json
  2. 3
      to-json/test.toml
  3. 6
      to-json/test.yaml

9
to-json/test.json

@ -1,9 +0,0 @@
{
"demo": "key_1",
"author": "dnomd343",
"test": [
123,
234,
345
]
}

3
to-json/test.toml

@ -1,3 +0,0 @@
demo = "key_1"
author = "dnomd343"
test = [ 123, 234, 345 ]

6
to-json/test.yaml

@ -1,6 +0,0 @@
demo: key_1
author: dnomd343
test:
- 123
- 234
- 345
Loading…
Cancel
Save