skip to Main Content

How can I use substr on json object with for loop?

Could someone help on how to loop over response while using substr to get each variable. The variables would be Amount, Type, Balance, Date. I have the json response [ [ "AmountTypeBalanceDate", "$27.90Debit$6.3011/22/22, 3:32 PM", "$30.00Credit$34.2011/22/22, 5:13 PM", "$27.90Debit$4.209/12/22, 4:01…

VIEW QUESTION

Remove JSON list string items based on a list of strings

Following is my sample json file: { "test": [{ "Location": "Singapore", "Values": [{ "Name": "00", "subvalues": [ "5782115e1", "688ddd16e", "3e91dc966", "5add96256", "10352cf0f", "17f233d31", "130c09135", "2f49eb2a6", "2ae1ad9e0", "23fd76115" ] }, { "Name": "01", "subvalues": [ "b43678dfe", "202c7f508", "73afcaf7c" ] } ]…

VIEW QUESTION
Back To Top
Search