win2win commited on
Commit
730363d
·
verified ·
1 Parent(s): 7772b92

Create data/listings.json

Browse files
Files changed (1) hide show
  1. data/listings.json +22 -0
data/listings.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "used honda civic 2020",
4
+ "category": "For Sale/automotive",
5
+ "category_id": 212
6
+ },
7
+ {
8
+ "text": "harley davidson motorcycle",
9
+ "category": "For Sale/motorcycles",
10
+ "category_id": 219
11
+ },
12
+ {
13
+ "text": "mountain bike for sale",
14
+ "category": "For Sale/bikes",
15
+ "category_id": 158
16
+ },
17
+ {
18
+ "text": "house cleaning service",
19
+ "category": "Services/domestic help",
20
+ "category_id": 262
21
+ }
22
+ ]