{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "right": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Literal", "value": "answer", "raw": "\"answer\"", "range": [ 6, 14 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 14 } } }, "computed": false, "value": { "type": "Literal", "value": 42, "raw": "42", "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 6, 18 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 18 } } } ], "range": [ 4, 20 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 20 } } }, "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }, "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "=", "range": [ 2, 3 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "{", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "String", "value": "\"answer\"", "range": [ 6, 14 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": ":", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Numeric", "value": "42", "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "}", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ], "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }