How to set the data model? with meter head in the front end

clipboard.png
how to write a data model? with a header in the front end Model
"abc" assigned by the front end to the back end: [

           {
                "headerText": "",
                "content": [
                    {
                        "text": "32145.9",
                        "preson": "",
                        "time": ""
                    }
                ]
            },
            {
                "headerText": "EPS",
                "content": [
                    {
                        "text": "3.81",
                        "preson": ""
                        "time": ""
                    }
                ]
            }
        ]
Mar.22,2021

{
  A: {: 1, EPS: 2, : 3},
  B: {: a, EPS: b, : c},
  ...
}

[
        {
            company:'', //
            revenue:'', //
            EPS:'',     //EPS
            Growth:''   //
        },
        {
            company:'', //
            revenue:'', //
            EPS:'',     //EPS
            Growth:''   //
        }
    ]
This data format is recommended for rendering table in
ps:easyUI
Menu