{
    "range": [
        0,
        26
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 26
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                26
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 26
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    1,
                    25
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 1
                    },
                    "end": {
                        "line": 1,
                        "column": 25
                    }
                },
                "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"
                    },
                    {
                        "range": [
                            9,
                            13
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 9
                            },
                            "end": {
                                "line": 1,
                                "column": 13
                            }
                        },
                        "type": "Property",
                        "key": {
                            "range": [
                                9,
                                10
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 9
                                },
                                "end": {
                                    "line": 1,
                                    "column": 10
                                }
                            },
                            "type": "Identifier",
                            "name": "b"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                12,
                                13
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 12
                                },
                                "end": {
                                    "line": 1,
                                    "column": 13
                                }
                            },
                            "type": "Literal",
                            "value": 2,
                            "raw": "2"
                        },
                        "kind": "init"
                    },
                    {
                        "range": [
                            15,
                            23
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 15
                            },
                            "end": {
                                "line": 1,
                                "column": 23
                            }
                        },
                        "type": "Property",
                        "key": {
                            "range": [
                                15,
                                16
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 15
                                },
                                "end": {
                                    "line": 1,
                                    "column": 16
                                }
                            },
                            "type": "Identifier",
                            "name": "c"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                18,
                                23
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 18
                                },
                                "end": {
                                    "line": 1,
                                    "column": 23
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "+",
                            "left": {
                                "range": [
                                    18,
                                    19
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 18
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 19
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            },
                            "right": {
                                "range": [
                                    22,
                                    23
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 22
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 23
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        },
                        "kind": "init"
                    }
                ]
            }
        }
    ]
}