Read a JSON data from text file using Peoplecode
Using Curl command I have generated the File (Filename.TXT) and text file have data in the Joson format but not formatted as actual json file. The data is written in one single line.
Now how to read the json data using peoplecode and loop through each value.