Load data to grid and dataView using the same external file

dhtmlxGrid and dataView use different XML and JSON formats to load data but grid is also allow to use custom data formats. Is it possible to force both widgets understand the same data format?

dataview JSON:
docs.dhtmlx.com/dataview__data_loading.html#json
grid JSON (Native JSON format):
docs.dhtmlx.com/grid__data_forma … jsonformat

For xml you will have to create a custom loading type format. Here is the detailed tutorial:
docs.dhtmlx.com/grid__data_forma … dataformat