Search found 1 match

by jackie200_
Mon Jul 27, 2020 11:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: looping through an array of JSON objects
Replies: 4
Views: 3811

looping through an array of JSON objects

Hi, I am new to LiveCode and I was trying to find a way to loop through an array of JSON objects. for example: [{"name":"max", "number":"2222"}, {"name":"lisa", "number":"3333"}] I tried repeat for each element as well as repeat for each key but I cannot find any other way to loop through the JSON o...