Latest posts by rveera

User Activity

I have a input as given below, how to convert into Json object. “actions_values_json”: ““RecordID”: “22”, “FullName”: “Monique Davis”, “AddressLine1”: “12 N Manning Blvd”” output should be { “RecordID”: “22”, “FullName”: “Monique Davis”, “AddressLin...