Create posts.json
Browse files- posts.json +40 -0
posts.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[{
|
| 2 |
+
"_id" : "6a7b8c9d0e1f2g3h4i5j6k7l",
|
| 3 |
+
"text" : "The Toyota is Red"
|
| 4 |
+
},
|
| 5 |
+
{
|
| 6 |
+
"_id" : "6481b81a576bfcf69e59dd6a",
|
| 7 |
+
"text" : "The Honda is Blue"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"_id" : "6481b824576bfcf69e59dd6b",
|
| 11 |
+
"text" : "The Ford is Green"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"_id" : "6481b827576bfcf69e59dd6c",
|
| 15 |
+
"text" : "The Chevrolet is Yellow"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"_id" : "6481b82a576bfcf69e59dd6d",
|
| 19 |
+
"text" : "The Nissan is Orange"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"_id" : "6481b82d576bfcf69e59dd6e",
|
| 23 |
+
"text" : "The Volkswagen is Purple"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"_id" : "6481b830576bfcf69e59dd6f",
|
| 27 |
+
"text" : "The BMW is Pink"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"_id" : "6481b851576bfcf69e59dd70",
|
| 31 |
+
"text" : "The Mercedes is Brown"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"_id" : "6481b859576bfcf69e59dd71",
|
| 35 |
+
"text" : "The Maruti is White"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"_id" : "7a8b9c0d1e2f3g4h5i6j7k8l",
|
| 39 |
+
"text" : "The Hyundai is Black"
|
| 40 |
+
}]
|