Created
February 28, 2020 15:13
-
-
Save wilsonrg/e710ca68f8833de345b0ed81276ca613 to your computer and use it in GitHub Desktop.
json teste para ajudar um programador
This file contains hidden or 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": 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