Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello Community,
I am sending jsonData which is my input parameter of the service from my mashup and it goes like this in the picture below.
I am unable to read it in the service. I know the methods JSON.parse and JSON.stringify but still i am not getting it. I am unable to read the data. why its converting the json in this format.
I dont why my json is getting converted with double serialization with extra back slashes.
my json in mashup. its hardcoded i have written.
You can probably use an expression to pass in the JSON text and convert that to a JSOn object and the service with input type JSON can take it. What is teh source of the JSOn data from mashup ??
Thank you @Bikash_Panda Actually my company updated the version of the thingworx to 9.3 and here i dont need to do anything. The service is sending right JSON data through parameter. We had before an older version of thingworx and the source of JSON is nothing. Its written hardcoded in the parameter field which i am sending.