Blog/Models/categories.json

44 lines
No EOL
637 B
JSON
Executable file

{
"categories": [
{
"id": 1,
"category": "travel"
},
{
"id": 2,
"category": "technology"
},
{
"id": 3,
"category": "business"
},
{
"id": 4,
"category": "lifestyle"
},
{
"id": 5,
"category": "personal development"
},
{
"id": 6,
"category": "entertainment"
},
{
"id": 7,
"category": "health and fitness"
},
{
"id": 8,
"category": "food and drink"
},
{
"id": 9,
"category": "art and culture"
},
{
"id": 10,
"category": "parenting"
}
]
}