Last active
April 25, 2021 08:43
-
-
Save onursahindur/e7de18e60e1ec26b98fb8cba9fd71a3f to your computer and use it in GitHub Desktop.
Category JSON Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "marketplace", | |
"name": "Marketplace", | |
"icon_url": "https://dummyimage.com/75x75/FAF/fff", | |
"segments": ["Men", "Women"], | |
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NfaWQiOjc2MCwiYXBwX2lkIjo0MDYsImluc19pZCI6NDA1fQ.IemUocXZ6TSrfN9UrX_6RekYaTVKlnTGsav4jnusxgA", | |
"theme_color": "#EFAA7C", | |
"main_image_url": "https://dummyimage.com/1200x2765/FAF/fff", | |
"detail_image_url": "https://dummyimage.com/1200x2765/182af5/fff" | |
}, | |
{ | |
"id": "internet_providers", | |
"name": "Internet Providers", | |
"icon_url": "https://dummyimage.com/75x75/CCC/fff", | |
"segments": ["Customer", "Non-Customer"], | |
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NfaWQiOjc2MCwiYXBwX2lkIjo0MTIsImluc19pZCI6NDExfQ.aJzD7jO5QPLWSCgsg_-iBHDV6bp9FtyZRN3uoff-J4I", | |
"theme_color": "#595959", | |
"main_image_url": "https://dummyimage.com/1200x2765/FAF/fff", | |
"detail_image_url": "https://dummyimage.com/1200x2765/182af5/fff" | |
}, | |
{ | |
"id": "magazine_and_newspaper", | |
"name": "Magazine and Newspaper", | |
"icon_url": "https://dummyimage.com/75x75/AAA/fff", | |
"segments": ["Magazine", "Sports"], | |
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NfaWQiOjc2MCwiYXBwX2lkIjo0MTAsImluc19pZCI6NDA5fQ.D1uKADJQnGZuhAgz82-P-u-_-yJnUt-BZJUSzMkYnfc", | |
"theme_color": "#000000", | |
"main_image_url": "https://dummyimage.com/1200x2765/FAF/fff", | |
"detail_image_url": "https://dummyimage.com/1200x2765/182af5/fff" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment