Search found 2 matches

by dexxterr
Thu Dec 02, 2021 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I am having trouble parsing the JSON in livecode
Replies: 6
Views: 3997

Re: I am having trouble parsing the JSON in livecode

Hello everyone,

Thank you for the prompt response and apologies for the abrupt request for help. I think I forgot my manners when I posted the request for help :oops:

I'm a newbie learning Livecode to create my own mobile and desktop apps. I have a couple of ideas that I want to implement but I ...
by dexxterr
Wed Dec 01, 2021 1:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I am having trouble parsing the JSON in livecode
Replies: 6
Views: 3997

I am having trouble parsing the JSON in livecode

I'm trying to create a simple mobile app that queries an API and parses the response to display certain values.

The mobile has 2 fields viz:
Button to query the api
Large text box to display the contents

In my livecode stack, I've the following inclusions:
JSON Library
mergJSON
tsNet ...