Hi, we have an XML parser custom written in C#. It connects to the Orion API, retrieves a string, parses it, and populates a SQL table with the results. It was my understanding that the API has switched over from XML to JSON. I am wondering why the parser still works perfectly and if there are any changes upcoming that will cause it to break.
I cannot reveal any of the code due to a confidentiality agreement, but there is nothing in it that has anything to do with JSON. Everything is done with XML (XDocument, XElement, XmlTextReader, etc.)