I have a Json file that was created within construct 3 with the dictionary's native plugin in the "files" folder. It's like a dictionary, but I know that those files created in the file folder are actually Json files, correct?
What I want to do is the following:
Start of layout / Request file.json('tag")
Ajax on "tag" completed / Parse json string Ajax.lastData
So far so good. I uploaded the Json file.
All the keys in my Json file are numbers. But what I want to do is parse all the keys looking for a specific number, until I find that number.
When it finds the key that matches the number I want, I want it to return the value of that key. And then I want to show that value in a text object. How could I do this? I'm breaking my head because I'm a beginner at this.