1{ 2 "type": "Program", 3 "statements": [ 4 { 5 "type": "ExpressionStatement", 6 "expression": { 7 "type": "CallExpression", 8 "callee": { 9 "type": "Identifier", 10 "name": "print", 11 "loc": { 12 "start": { 13 "line": 18, 14 "column": 1 15 }, 16 "end": { 17 "line": 18, 18 "column": 6 19 } 20 } 21 }, 22 "arguments": [ 23 { 24 "type": "StringLiteral", 25 "value": "hello world", 26 "loc": { 27 "start": { 28 "line": 18, 29 "column": 7 30 }, 31 "end": { 32 "line": 18, 33 "column": 20 34 } 35 } 36 } 37 ], 38 "optional": false, 39 "loc": { 40 "start": { 41 "line": 18, 42 "column": 1 43 }, 44 "end": { 45 "line": 18, 46 "column": 21 47 } 48 } 49 }, 50 "loc": { 51 "start": { 52 "line": 18, 53 "column": 1 54 }, 55 "end": { 56 "line": 18, 57 "column": 21 58 } 59 } 60 } 61 ], 62 "loc": { 63 "start": { 64 "line": 1, 65 "column": 1 66 }, 67 "end": { 68 "line": 18, 69 "column": 21 70 } 71 } 72} 73