{
    "range": [
        0,
        11
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 11
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                11
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 11
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    1,
                    10
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 1
                    },
                    "end": {
                        "line": 1,
                        "column": 10
                    }
                },
                "type": "ObjectExpression",
                "properties": [
                    {
                        "range": [
                            3,
                            7
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 3
                            },
                            "end": {
                                "line": 1,
                                "column": 7
                            }
                        },
                        "type": "Property",
                        "key": {
                            "range": [
                                3,
                                4
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 3
                                },
                                "end": {
                                    "line": 1,
                                    "column": 4
                                }
                            },
                            "type": "Identifier",
                            "name": "a"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                6,
                                7
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 6
                                },
                                "end": {
                                    "line": 1,
                                    "column": 7
                                }
                            },
                            "type": "Literal",
                            "value": 1,
                            "raw": "1"
                        },
                        "kind": "init"
                    }
                ]
            }
        }
    ]
}