Good evening!
I'm having trouble displaying Json's Personality insights, my idea was to display the features in a gridview or listview. Here is an example of Json:
{
"id": "*UNKNOWN*",
"source": "*UNKNOWN*",
"word_count": 394,
"word_count_message": "There were 394 words in the input. We need a minimum of 600, preferably 1,200 or more, to compute statistically significant estimates",
"processed_lang": "en",
"tree": {
"id": "r",
"name": "root",
"children": [
{
"id": "personality",
"name": "Big 5",
"children": [
{
"id": "Openness_parent",
"name": "Openness",
"category": "personality",
"percentage": 0.98889376967708809,
"children": [
{
"id": "Openness",
"name": "Openness",
"category": "personality",
"percentage": 0.98889376967708809,
"sampling_error": 0.0623884074,
"children": [
{
"id": "Adventurousness",
"name": "Adventurousness",
"category": "personality",
"percentage": 0.67540689544638188,
"sampling_error": 0.0524845008
},
{
"id": "Artistic interests",
"name": "Artistic interests",
"category": "personality",
"percentage": 0.3058082694937736,
"sampling_error": 0.1072379478
},
{
"id": "Emotionality",
"name": "Emotionality",
"category": "personality",
"percentage": 0.019048766023635311,
"sampling_error": 0.0490144876
},
{
"id": "Imagination",
"name": "Imagination",
"category": "personality",
"percentage": 0.51485550317088913,
"sampling_error": 0.066302990200000009
},
{
"id": "Intellect",
"name": "Intellect",
"category": "personality",
"percentage": 0.99549896144398353,
"sampling_error": 0.057945919400000004
},
{
"id": "Liberalism",
"name": "Authority-challenging",
"category": "personality",
"percentage": 0.99649197549752488,
"sampling_error": 0.0859103628
}
]
},
{
"id": "Conscientiousness",
"name": "Conscientiousness",
"category": "personality",
"percentage": 0.527139694418414,
"sampling_error": 0.07837571019999999,
"children": [
{
"id": "Achievement striving",
"name": "Achievement striving",
"category": "personality",
"percentage": 0.84818098940263342,
"sampling_error": 0.1015382828
},
{
"id": "Cautiousness",
"name": "Cautiousness",
"category": "personality",
"percentage": 0.8466759118371785,
"sampling_error": 0.093990451
},
{
"id": "Dutifulness",
"name": "Dutifulness",
"category": "personality",
"percentage": 0.37154080101405856,
"sampling_error": 0.0622458792
},
{
"id": "Orderliness",
"name": "Orderliness",
"category": "personality",
"percentage": 0.15094828746126499,
"sampling_error": 0.07224494640000001
},
{
"id": "Self-discipline",
"name": "Self-discipline",
"category": "personality",
"percentage": 0.52985215095815352,
"sampling_error": 0.0479441116
},
{
"id": "Self-efficacy",
"name": "Self-efficacy",
"category": "personality",
"percentage": 0.80356314658175831,
"sampling_error": 0.094919163
}
]
},
{
"id": "Extraversion",
"name": "Extraversion",
"category": "personality",
"percentage": 0.73922234606896042,
"sampling_error": 0.0584086692,
"children": [
{
"id": "Activity level",
"name": "Activity level",
"category": "personality",
"percentage": 0.93954542993608525,
"sampling_error": 0.0800019706
},
{
"id": "Assertiveness",
"name": "Assertiveness",
"category": "personality",
"percentage": 0.95782987636163919,
"sampling_error": 0.0853324052
},
{
"id": "Cheerfulness",
"name": "Cheerfulness",
"category": "personality",
"percentage": 0.036996095421495234,
"sampling_error": 0.1075942152
},
{
"id": "Excitement-seeking",
"name": "Excitement-seeking",
"category": "personality",
"percentage": 0.22644002549567915,
"sampling_error": 0.0824443878
},
{
"id": "Friendliness",
"name": "Outgoing",
"category": "personality",
"percentage": 0.14768570348259269,
"sampling_error": 0.07734291539999999
},
{
"id": "Gregariousness",
"name": "Gregariousness",
"category": "personality",
"percentage": 0.095440256675245472,
"sampling_error": 0.0590321444
}
]
},
{
"id": "Agreeableness",
"name": "Agreeableness",
"category": "personality",
"percentage": 0.15557765282651848,
"sampling_error": 0.099454589,
"children": [
{
"id": "Altruism",
"name": "Altruism",
"category": "personality",
"percentage": 0.39169701440904392,
"sampling_error": 0.0726743958
},
{
"id": "Cooperation",
"name": "Cooperation",
"category": "personality",
"percentage": 0.68326550633497629,
"sampling_error": 0.081583711
},
{
"id": "Modesty",
"name": "Modesty",
"category": "personality",
"percentage": 0.0772783414366025,
"sampling_error": 0.057816287200000004
},
{
"id": "Morality",
"name": "Uncompromising",
"category": "personality",
"percentage": 0.21371035676850497,
"sampling_error": 0.0647705012
},
{
"id": "Sympathy",
"name": "Sympathy",
"category": "personality",
"percentage": 0.73359195218681472,
"sampling_error": 0.1002365802
},
{
"id": "Trust",
"name": "Trust",
"category": "personality",
"percentage": 0.96496475561260753,
"sampling_error": 0.057789024
}
]
},
{
"id": "Neuroticism",
"name": "Emotional range",
"category": "personality",
"percentage": 0.813464076959937,
"sampling_error": 0.093352241,
"children": [
{
"id": "Anger",
"name": "Fiery",
"category": "personality",
"percentage": 0.22689814545789139,
"sampling_error": 0.0964430346
},
{
"id": "Anxiety",
"name": "Prone to worry",
"category": "personality",
"percentage": 0.23907200029727316,
"sampling_error": 0.0567715652
},
{
"id": "Depression",
"name": "Melancholy",
"category": "personality",
"percentage": 0.77626961629576918,
"sampling_error": 0.0605588384
},
{
"id": "Immoderation",
"name": "Immoderation",
"category": "personality",
"percentage": 0.11111824919657459,
"sampling_error": 0.0543948296
},
{
"id": "Self-consciousness",
"name": "Self-consciousness",
"category": "personality",
"percentage": 0.57240209770636485,
"sampling_error": 0.058557058599999996
},
{
"id": "Vulnerability",
"name": "Susceptible to stress",
"category": "personality",
"percentage": 0.23932107263902508,
"sampling_error": 0.087716733600000013
}
]
}
]
}
]
},
{
"id": "needs",
"name": "Needs",
"children": [
{
"id": "Harmony_parent",
"name": "Harmony",
"category": "needs",
"percentage": 0.0096106056149213859,
"children": [
{
"id": "Challenge",
"name": "Challenge",
"category": "needs",
"percentage": 0.24527414379026535,
"sampling_error": 0.085446019
},
{
"id": "Closeness",
"name": "Closeness",
"category": "needs",
"percentage": 0.14378839565661794,
"sampling_error": 0.0842391198
},
{
"id": "Curiosity",
"name": "Curiosity",
"category": "needs",
"percentage": 0.55371569564268874,
"sampling_error": 0.12190300459999999
},
{
"id": "Excitement",
"name": "Excitement",
"category": "needs",
"percentage": 0.19255455639651725,
"sampling_error": 0.1112259448
},
{
"id": "Harmony",
"name": "Harmony",
"category": "needs",
Someone has some example, as I'm looking, but I'm not locating anything functional that comes close.
Thank you very much.