The JSON file format is widely used by internet sites when returning data requested by an a.p.i. call.
It is relatively easy to handle JSON data in Gambas, once you have an understanding of its basic structure.
Here we use the Gambas method Json.Decode() in a couple of examples.