1{
2    "copyright": [
3        "Copyright (c) 2023-2024 Huawei Device Co., Ltd.",
4        "Licensed under the Apache License, Version 2.0 (the 'License');",
5        "you may not use this file except in compliance with the License.",
6        "You may obtain a copy of the License at",
7        "",
8        "http://www.apache.org/licenses/LICENSE-2.0",
9        "",
10        "Unless required by applicable law or agreed to in writing, software",
11        "distributed under the License is distributed on an 'AS IS' BASIS,",
12        "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
13        "See the License for the specific language governing permissions and",
14        "limitations under the License."
15    ],
16    "nodes": [
17        {
18            "line": 21,
19            "column": 5,
20            "problem": "SpreadOperator",
21            "suggest": "",
22            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
23        },
24        {
25            "line": 26,
26            "column": 15,
27            "problem": "ObjectLiteralNoContextType",
28            "suggest": "",
29            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
30        },
31        {
32            "line": 27,
33            "column": 15,
34            "problem": "ObjectLiteralNoContextType",
35            "suggest": "",
36            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
37        },
38        {
39            "line": 27,
40            "column": 16,
41            "problem": "SpreadOperator",
42            "suggest": "",
43            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
44        }
45    ]
46}