Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewallace/dd244a638900a9a454715b65fee37f5b to your computer and use it in GitHub Desktop.
Save davewallace/dd244a638900a9a454715b65fee37f5b to your computer and use it in GitHub Desktop.
// 1st level keys are a string value representing actual Store names
// 1st level values are an integer representing a percentage (aggregated percentages of Users belonging to the relevant Store)
{
"storeName0": 67,
"storeName1": 90,
"storeName2": 88,
"storeName3": 23
}
// eg;
{
"Ponsonby": 67,
"Waiheke Island": 90,
"Kaiapoi": 88,
"Wainuiomata": 23
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment