Skip to content

Instantly share code, notes, and snippets.

@pietrobasso
Created January 11, 2022 12:40
Show Gist options
  • Save pietrobasso/bf5a2a17b7090e1cf3b43c8cac5f790a to your computer and use it in GitHub Desktop.
Save pietrobasso/bf5a2a17b7090e1cf3b43c8cac5f790a to your computer and use it in GitHub Desktop.
List of non-homogeneous JSON objects
{
"items": [
{
"type": "HeaderWidget",
"title": "Hello world",
"subtitle": "Lorem ipsum"
},
{
"type": "CardWidget",
"title": "Your top visits",
"image": "www.example.com",
"operation": "app://purchase"
},
{
"type": "ButtonWidget",
"title": "Subscribe",
"operation": "app://subscribe"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment