Parsing JSON Type string

Hello Contributors: I am having an issue reading the content from Json String. The Rest API returns the following format and I am not able to extract values using De-serialize json/array. can any provide some ideas/steps to extract values, please?

Response looks like this:

@"{
““items”” : [ {
““QueueName”” : null,
““SrNumber”” : ““SR00001"”,
““StatusCdMeaning”” : ““New””,
““StatusCd”” : ““ORA_SVC_NEW””,
““AccountN_c”” : ““12345"”
}, {
““QueueName”” : null,
““SrNumber”” : ““SR00002"”,
““StatusCdMeaning”” : ““New””,
““StatusCd”” : ““ORA_SVC_NEW””,
““AccountN_c”” : null
}],
““count”” : 12,
““hasMore”” : false,
““limit”” : 25,
““offset”” : 0,
““links”” : [ {
““rel”” : ““self””,
““href”” : “”””,
““name”” : ““serviceRequests””,
““kind”” : ““collection””
} ]
}”

Thanks,
MK

@tummalapallimurali ,
Please try with Deserialise JSON Activity

[/quote]
image

Hi @tummalapallimurali

You can check this post having workflow as well,

Thanks
Latika

Can you write the JsonString in a text file and send us here ??..
@tummalapallimurali