Now that we have the JSON Data Provider created, we need some data in the correct format. Users can actually customize the formatting of the JSON data in the files. Again, JSON is based on the key/value pairs of data, and the schema is somewhat subjective as to how you lay out the data:
There is a helpful JSON formatting tool located at https://jsonformatter.curiousconcept.com/.
// the following sets of JSON data are laid out vertically
{
"tc001_getBandInfo":[
{
"rowID":"tc001_getBandInfo.01",
"description":"Kiss Data",
"name":"Kiss",
"year":"1973",
"song":"Rock and Roll All Nite",
"members":{
"Vocals":"Paul Stanley",
"Bass"...