objectVariableName.output.description;
This will return an object with a single key “wikipedia” that has an array value with one element, which is probably the description you want.
objectVariableName.output.description.wikipedia[0]
solved how do i iterate across a json array? [closed]