1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 5, 6 "problem": "IndexMember", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)" 10 }, 11 { 12 "line": 7, 13 "column": 24, 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}