1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 1, 6 "problem": "CatchWithUnsupportedType", 7 "autofixable": true, 8 "autofix": [ 9 { 10 "start": 32, 11 "end": 42, 12 "replacementText": "a" 13 } 14 ], 15 "suggest": "", 16 "rule": "Type annotation in catch clause is not supported (arkts-no-types-in-catch)" 17 }, 18 { 19 "line": 4, 20 "column": 11, 21 "problem": "UnknownType", 22 "autofixable": false, 23 "suggest": "", 24 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 25 } 26 ] 27}