copy this to your template editor
{% set my_test_json = {"accountInfo":{"androidDeviceInfo":null,"appleAccountInfo":null,"created":"2020-12-25T16:58:10.943Z","customIdInfo":null,"facebookInfo":null,"facebookInstantGamesIdInfo":null,"gameCenterInfo":null,"googleInfo":null,"iosDeviceInfo":null,"kongregateInfo":null,"nintendoSwitchAccountInfo":null,"nintendoSwitchDeviceIdInfo":null,"openIdInfo":null,"playFabId":"82064868C0ADDAD4","privateInfo":null,"psnInfo":null,"steamInfo":null,"titleInfo":{"avatarUrl":"https://scontent.oculuscdn.com/v/t64.5771-25/38974517_176342981063827_4677102003587782808_n.jpg?stp=c0.0.500.500a_dst-jpg_q92_s360x360&_nc_cat=109&ccb=1-5&_nc_sid=79b88e&_nc_ohc=vIVroJ24b9sAX-KggjM&_nc_ht=scontent.oculuscdn.com&oh=00_AT9BQt-eK34Ue_AlXTAkpn40ziRbq_fkYiGLSzDVxei0fQ&oe=625D627B","created":"2020-12-25T16:58:10.943Z","displayName":"Top_Lock","firstLogin":null,"isBanned":null,"lastLogin":null,"origination":null,"titlePlayerAccount":{"id":"AF9C0A2134481502","type":"title_player_account"}},"twitchInfo":null,"username":null,"windowsHelloInfo":null,"xboxInfo":null},"characterInventories":null,"characterList":null,"playerProfile":null,"playerStatistics":[{"statisticName":"WeeklyWinsTotal","value":8,"version":81},{"statisticName":"SkillSolo","value":4964,"version":1},{"statisticName":"CareerDamage","value":1561120,"version":2},{"statisticName":"SeasonLoot","value":115132,"version":0},{"statisticName":"CareerLoot","value":166619,"version":2},{"statisticName":"CareerGamesPlayed","value":2691,"version":2},{"statisticName":"SeasonGamesPlayed","value":1662,"version":0},{"statisticName":"SeasonDamage","value":1192882,"version":0},{"statisticName":"WeeklyKillsTotal","value":136,"version":82},{"statisticName":"SeasonKills","value":5795,"version":0},{"statisticName":"SkillSquads","value":4984,"version":1},{"statisticName":"CareerWins","value":700,"version":3},{"statisticName":"SeasonWins","value":455,"version":0},{"statisticName":"Confidence","value":100,"version":0},{"statisticName":"CareerKills","value":7588,"version":2},{"statisticName":"PlayerSkill","value":2588,"version":0},{"statisticName":"MMR1","value":5000,"version":0}],"titleData":null,"userData":{},"userDataVersion":15350,"userInventory":null,"userReadOnlyData":null,"userReadOnlyDataVersion":0,"userVirtualCurrency":null,"userVirtualCurrencyRechargeTimes":null}
%}
{{ my_test_json.playerStatistics[14].statisticName}} = {{ my_test_json.playerStatistics[14].value}}
you will get this
CareerKills = 7588