|
Hi Marcello, As per your suggestion, When I am converting the JSON collection to string for passing as a string input, it's structure is going to be like this. Raw JSON Collection - [("id":1,"value":"FTSM"), ("id":2,"value":"C4D2")] Converted to String - "(\"id\":1,\"value\":\"FTSM\")\n(\"id\" ...
|