I am attempting to write a !latestfollowers command and everything is going fine but I am having problems with reading "display_name" I am using the $json script by Timi so I use the syntax $json(WWWPAGE, "display_name") and it returns the first instance. I was wondering if there was a way to read multiple "display_name" instances. Here is a page example of what I am trying to read from:
https://api.twitch.tv/kraken/channels/twitchplayspokemon/follows?limit=10&offset=0

Ty for your help.