2👍
✅
var type = json[0].fields.title
You first have to define the array index. Other than that, you’re on the right track.
Source:stackexchange.com
2👍
var type = json[0].fields.title
You first have to define the array index. Other than that, you’re on the right track.