Showing posts with label array. Show all posts
Showing posts with label array. Show all posts

Friday, 15 September 2017

Gambas: working with JSON

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.