Skip to content

Instantly share code, notes, and snippets.

@wilsonrg
Created February 28, 2020 15:13
Show Gist options
  • Save wilsonrg/e710ca68f8833de345b0ed81276ca613 to your computer and use it in GitHub Desktop.
Save wilsonrg/e710ca68f8833de345b0ed81276ca613 to your computer and use it in GitHub Desktop.
json teste para ajudar um programador
[{
"id": 1,
"title": "Hola",
"items": [{
"id": 1,
"companyName": "Pink floyd",
"imageUrl": "https://i.ytimg.com/vi/-EzURpTF5c8/maxresdefault.jpg",
"url": "https://google.com/",
"description": "Pink floyd",
"alt": ""
}]
},
{
"id": 2,
"title": "Hello",
"items": [{
"id": 1,
"companyName": "Queen",
"imageUrl": "https://i.ytimg.com/vi/-EzURpTF5c8/maxresdefault.jpg",
"url": "https://google.com/",
"description": "Queen",
"alt": ""
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment