Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2016 10:57
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 anonymous/1efcbce0b7dcdbb2b3e3f03effec9f19 to your computer and use it in GitHub Desktop.
Save anonymous/1efcbce0b7dcdbb2b3e3f03effec9f19 to your computer and use it in GitHub Desktop.
{
"name" : "Gender",
"singleAnalysis" :1,
"items" : [{
"code" : "D01",
"name" : "Male",
"percentOfItem" : 40.8,
"sizeOfItem" : 6000,
}, {
"code" : "D02",
"name" : "Female",
"percentOfItem" : 50.2,
"sizeOfItem" : 7800,
}],
"fanId" : 1
}
{
"name" : "Family status",
"singleAnalysis" :1,
"items" : [{
"code" : "D09",
"name" : "Parents",
"percentOfItem" : 23.8,
"sizeOfItem" : 913,
}, {
"code" : "D03",
"name" : "Single",
"percentOfItem" : 25.0,
"sizeOfItem" : 781,
}, {
"code" : "D04",
"estimatedSize" : 10604,
"name" : "Married",
"percentOfItem" : 18.1,
"sizeOfItem" : 6093,
}],
"fanId" : 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment