Working with JSON – Reading a Data File
With reading a JSON object, you will need to have your JSON data. You can either read in a string, or read a file into a string. Here we have some sample data: This minor sample came from a much larger file set: https://domohelp.domo.com/hc/en-us/articles/360043931814-Fun-Sample-DataSets Then we need to have a class which we can use…