php – JSON object instead of array when a single element is present on XML SOAP response
Questions: I am consuming a web service that returns some XML data. The problems start when I convert the xml data to json. Some elements that are supposed to return an array of objects, when they hav...