how can I read json from api data like
Because I push this son to dictionary key "description" is a normal string but "playerdata" is json object so I can not get data of my "playerdata" how can I do for this case
{
description: "false because",
playerdata: {
trueid: 1,
truepoint: 1,
maxticket: 1,
remainticket: 1,
cooldownrefillticketsec: 1
},
buildings: [
{
id:"id1",
name:"name1"
},
{
id:"id2",
name:"name2"
}
]
}