Convert json to xml in OIC
How can I convert json to xml? I am using the new hire atom feed api. In it in an xml island I am being returned the below json content. How can I convert the below json to xml content so that I can parse the field values?
{ "Context" : [ { "PersonName" : "01, Test", "PersonNumber" : "****", "PrimaryPhoneNumber" : "91 1*****", "PersonId" : "3000000***", "WorkerType" : "EMP", "PeriodType" : "E", "DMLOperation" : "INSERT", "EffectiveStartDate" : "2022-03-01", "EffectiveDate" : "2022-03-01" } ]}
Tagged:
0