@Hanu1994 wrote:
Unexpected token in JSON at position 1405
I am getting this error when I write this code.
this.sample.getSmartData(attachmentUrl,body).subscribe(data =>{
console.log(data);
let dataString=data.OutputParameters.GET_PR_ATTACHMENTS_F;
console.log(dataString);
let result=JSON.parse(dataString);
console.log(result);
});
Posts: 1
Participants: 1