1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 5, 6 "problem": "VarDeclaration", 7 "suggest": "", 8 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)" 9 }, 10 { 11 "line": 5, 12 "column": 5, 13 "problem": "GlobalThis", 14 "suggest": "", 15 "rule": "\"globalThis\" is not supported (arkts-no-globalthis)" 16 } 17 ] 18}