Created
September 19, 2012 19:12
-
-
Save sandsu/3751604 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"Some group name": { | |
"First store": { | |
image: "URL_DA_IMAGEM", | |
goal: 30000000, | |
value: 27975000, | |
description: "5 teams", | |
url: "http://google.com.br" | |
}, | |
"Second store": { | |
image: "URL_DA_IMAGEM", | |
goal: 2000000, | |
value: 1605132, | |
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry.", | |
url: "http://google.com.br" | |
} | |
} | |
}, | |
average: { | |
type: "group", | |
goal: 3000000, | |
value: 2500000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment