severo HF Staff commited on
Commit
8f8294e
·
1 Parent(s): 04e66ed

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +8 -0
  2. data.json +6 -0
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
+ ]