Discussions

 View Only

What's the best way to parse XML response from Quickbase API calls?

  • 1.  What's the best way to parse XML response from Quickbase API calls?

    Posted 07-12-2018 17:16
    I have a IOL script that I'm using to loop through a table. The query does what I want but it returns the data as an XML object that I'm not sure how to parse into something (preferably JSON) that I can further use in the next step of my script. Any ideas on the best way to parse the returned XML object?