Copy link to clipboard
Copied
Hello
What is the easiest way to transform a cfhttp get result to xml?
I refer to a string like this:
{"ticker":{"base":"BTC","target":"NEO","price":"233.95972149","volume":"","change":"-0.55305476"},"timestamp":1514451062,"success":true,"error":""}
Would be happy to solve this issue
Thanks a lot
Thomas
What you present looks like a JSON string. If you convert it to a JSON object (which is a struct) it should be simple to convert to XML.
HTH,
^ _ ^
Copy link to clipboard
Copied
What you present looks like a JSON string. If you convert it to a JSON object (which is a struct) it should be simple to convert to XML.
HTH,
^ _ ^
Copy link to clipboard
Copied
Thanks a lot!
Copy link to clipboard
Copied
Thank you for marking my answer as correct. I do appreciate it.
V/r,
^ _ ^