1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 19, 6 "problem": "DestructuringParameter", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Destructuring parameter declarations are not supported (arkts-no-destruct-params)" 10 }, 11 { 12 "line": 8, 13 "column": 10, 14 "problem": "ObjectLiteralNoContextType", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)" 18 } 19 ] 20}