lorenzh / fut-api

Ultimate Team API - FIFA 16 - unofficial
MIT License
53 stars 12 forks source link

Which is the command to show the contents of a variable valued [Object]? #34

Open CiccioK opened 7 years ago

CiccioK commented 7 years ago

"Newbie question of the month" I used the Search API, but I am not able to see all the values contained in some variables. I mean that there are some variables valued to "[Object]"... follow an example (look at the "attributeList" variable): _{ tradeId: xxxxxxxx, itemData: { id: nnnnnnnnn, ... suspension: 0, attributeList: [Object], teamid: 5, ... resourceGameYear: 2017 }, ... tradeOwner: false, tradeIdStr: 'xxxxxxxxxx' }_

Someone can tell me which is the command syntax to show or print the real value of a variable that contains [Object]?

Thanks, CiccioK