function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ajay chaitanya allamajay chaitanya allam 

JSON file with one of the value "XML file" how to read xml file in JSON Parser

hi All,

Please find the attached JSON file.Please help us how we can read XML file values to JSON Key "Additional_info" in Rest service.
{"Employee_Number":"123456",

"Employee_Name":"10-08-2017 16:48:48 EDT",

"Login_Time":"10-08-2017 16:48:48 EDT",

"Additional_info":"<?xml version="1.0" encoding="UTF-8"?><tns:AdditionalInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="urn:wu:ei:cis:csc:core:mt:xsd:wu:AdditionalInfo" xsi:schemaLocation="urn:wu:ei:cis:csc:core:mt:xsd:wu:AdditionalInfo AdditionalInfo.xsd"><tns:BaseBranch>Hyderabad</tns:BaseBranch>  <tns:Technology>Salesforce</tns:Technology><tns:ProjectName>SFDCImplemenation</tns:ProjectName><tns:Department>InformationTechnology</tns:Department><tns:Designation>ASOC </tns:Designation><tns:ContactId>8988899987</tns:ContactId><tns:ManagerID>456789</tns:ManagerID></tns:AdditionalInfo>"}

Thanks,
Ajay