Skip to content

Instantly share code, notes, and snippets.

@VladDen4
Created May 21, 2022 03:36
Show Gist options
  • Save VladDen4/9829a6bd8500212dbd2273ccb35016ef to your computer and use it in GitHub Desktop.
Save VladDen4/9829a6bd8500212dbd2273ccb35016ef to your computer and use it in GitHub Desktop.
Store Type
[
{
"title": "We are open now!",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Welcome to new cyber club! Dont't forget to download our new mobile app."
},
{
"title": "Today",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Lastest news here."
}
]
[
{
"ID": 1,
"title": "We are open now!",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Welcome to new cyber club! Dont't forget to download our new mobile app."
},
{
"ID": 2,
"title": "Today",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Lastest news here."
}
]
{
1: {
"title": "We are open now!",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Welcome to new cyber club! Dont't forget to download our new mobile app."
},
2: {
"title": "Today",
"image": "https://cc.tise.pw/news/0/files/img/preview.jpg",
"text": "Lastest news here."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment