How to create Json Parameter based on CDT of Array?

Certified Associate Developer

Hello All,

I'm having some difficulty for creating Json parameter based on my cdt. Here is the scenario,

 

Suppose my CDT is as below

[ID:12,Identifier:"Abc",Label:"NumberOfPages",Value:"30"],

[ID:13,Identifier:"Pqr",Label:"LastModified",Value:"2018-12-11"]

 

Now I need to create a Json parameter in such a way that it consists of label and value as a actual parameter and its value i.e. Json output should be something like

{"NumberOfPages":"30",LastModified":"2018-12-11"}

 

Any suggestion here would be appreciated. Thanks in advance

  Discussion posts and replies are publicly visible