Load external json

Hi All

Would someone mind explaining how to load an external json feed from a url into a listbox please. Ive searched here but couldnt find anything.

Thanks

use HTTPSocket to get the json
use the JsonItem class to rip it apart
put the pieces into the listbox

Thank you kindly :slight_smile: Thats a help

The Text chapter in User Guide Book 4: Framework has a section on JSON which you might find useful as well.