Upload 2 files
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- n<1K
|
4 |
+
---
|
5 |
+
|
6 |
+
# [doc] formats - json - 1
|
7 |
+
|
8 |
+
This dataset contains one json file at the root.
|
data.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{ "kind": "dog", "sound": "woof" },
|
3 |
+
{ "kind": "cat", "sound": "meow" },
|
4 |
+
{ "kind": "pokemon", "sound": "pika" },
|
5 |
+
{ "kind": "human", "sound": "hello" }
|
6 |
+
]
|