Link to home
Start Free TrialLog in
Avatar of srikotesh
srikotesh

asked on

How to convert dynamic string into json format

Hi Experts,

String xmlStr = "<msg><request><GroupId>001KYL</GroupId><RptCode>68705</RptCode></request> <response><fpath>001KYL/ESUSER2/</fpath></response></msg>"

Open in new window

xmlStr i am getting from DB dynamically,this value will be keep on change.

now i want to convert this string into json format

Thanks
ASKER CERTIFIED SOLUTION
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial