Skip to content

Instantly share code, notes, and snippets.

@Shadid12
Last active November 26, 2019 18:02
Show Gist options
  • Save Shadid12/6569cf1848504b664ef4a30a13949120 to your computer and use it in GitHub Desktop.
Save Shadid12/6569cf1848504b664ef4a30a13949120 to your computer and use it in GitHub Desktop.
user_a = {
name: "jhon doe",
items: [
{
title: "Card 1",
details: {
// ...more info
},
type: "A"
},
{
title: "Card 2",
details: {
// ...more info
},
type: "B"
},
{
title: "Card 3",
details: {
// ...more info
},
type: "C"
},
{
title: "Card 4",
details: {
// ...more info
},
type: "D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment