Hello guys,
I have this json format:
“categories”:[
{
“id”:2,
“slug”:“tecnology”,
“title”:“Tecnology”,
“description”:"",
“parent”:0,
“post_count”:26
}
],
how I get the {{entry.categories.title}} data to work?
I see there’s a “[” before a “{” and I guess it doesnt make works.
but my other data without the brackets is working normally, I just didn’t know to get when the bracket is before a brace.