This is part two of my problem here. Thanks to you guys I was able to get variables to work correctly to split data out to a jSON string. Now, I need to filter the JSON data to get a result.
For example: if the JSON file gets this data:
{"shapeID":"diamond","data1":"pants","data2":"shirt"} it outputs:
{"result":"Cool Outfit"}
so depending on the combination of data1 and data2 the result is generated.
I have no idea on where to start. But I do have the JSON string
thank you for your time.