1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 1, 6 "problem": "CatchWithUnsupportedType", 7 "suggest": "", 8 "rule": "Type annotation in catch clause is not supported (arkts-no-types-in-catch)" 9 }, 10 { 11 "line": 4, 12 "column": 11, 13 "problem": "UnknownType", 14 "suggest": "", 15 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 16 } 17 ] 18}