[
{
"bb": {
"desc": "敵全体に炎属性5連ダメージ",
"hit dmg% distribution": [
20,
20,
20,
20,
20
],
"hit dmg% distribution (total)": 100,
"hits": 5,
........
Let say, if I wanted to pull "desc" from "bb" nested object. What should it be done? Or does this feature supported for now? I would like it become like : Column header ; "BB description" and the content will be ("bb";"desc" ) Thanks for your great work!!
[ { "bb": { "desc": "敵全体に炎属性5連ダメージ", "hit dmg% distribution": [ 20, 20, 20, 20, 20 ], "hit dmg% distribution (total)": 100, "hits": 5, ........ Let say, if I wanted to pull "desc" from "bb" nested object. What should it be done? Or does this feature supported for now? I would like it become like : Column header ; "BB description" and the content will be ("bb";"desc" ) Thanks for your great work!!