Answer the question
In order to leave comments, you need to log in
I can't display the result of parsing the JSON result. How to decide?
I can't display the result of parsing the JSON result. How to decide?
The code:
steamUserInventory('featixy').then(data => {
console.log(data);
});
steamUserInventory('featixy').then(data => {
var obj = JSON.parse(data);
console.log(obj.id);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question