Forum Discussion
Prakash1050
2 years agoHelper III
String indices must be integers
Hi All, String indices must be integers This is my code : This code output : What i need is...., I need to fetch the ticker values from the output in the ticker_s...
lbendlin
2 years agoSuper User
The value of ticker_sentiment is a string, not an array. You will need to parse that string again as JSON before you can access the first item in the array.
Prakash1050
2 years agoHelper III
Thanks for your reply.
Here, I already convert into json. But, I don't know why the value of ticker_sentiment is still string.