Using a JSON file as a datasource

I wrote a post on how to get trivia questions from the web. These questions are in json form and the post includes how to parse and use it.
See the post here:


Edit
In your case you don’t need the WebAPI bits, so you can reference your json via a TextAsset type and just drag the file in the inspector, and then read it in the code. See the documentation