Webix convert xml data to json internally?

Hi all,
Webix convert xml data to json internally?
Thanks

Hello, @ codejoin

The majority of data-presenting components take data in XML format.
That means that you could parse data straight to the component.
In case you need to convert data without direct parsing, please refer to the webix.DataDriver.xml

Ok. Thank you