Hey everyone. Having some real trouble breaking out an app state variable into separate text fields.
JSON is set to list: code below.
I've created a listView>Column>Text
However, i'm unable to bring through individual index's. E.g., a text field with only "Title: Classic Western Cowboy Hat with Studded Band" and another text field that says "description: Timeless western style accessory"
Right now when i parse through "index" "First" i get a null value. And can only populate the text field with the full JSON
[ {"title": "Classic Western Cowboy Hat with Studded Band", "description":"Timeless western style accessory ", "Style":"Cowboy Hat", "Color":"Black", "Size":"OneSize", "Department":"Women"} ]
Where am i going wrong