{
    "range": [
        0,
        45
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 5,
            "column": 2
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                45
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 5,
                    "column": 2
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        44
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 5,
                            "column": 1
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "o"
                    },
                    "init": {
                        "range": [
                            8,
                            44
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 5,
                                "column": 1
                            }
                        },
                        "type": "ObjectExpression",
                        "properties": [
                            {
                                "range": [
                                    12,
                                    16
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 6
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        12,
                                        13
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 2
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 3
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0"
                                },
                                "computed": false,
                                "value": {
                                    "range": [
                                        15,
                                        16
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 5
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 6
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0"
                                },
                                "kind": "init"
                            },
                            {
                                "range": [
                                    20,
                                    28
                                ],
                                "loc": {
                                    "start": {
                                        "line": 3,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 3,
                                        "column": 10
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        20,
                                        23
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 3,
                                            "column": 2
                                        },
                                        "end": {
                                            "line": 3,
                                            "column": 5
                                        }
                                    },
                                    "type": "Literal",
                                    "value": "a",
                                    "raw": "'a'"
                                },
                                "computed": false,
                                "value": {
                                    "range": [
                                        25,
                                        28
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 3,
                                            "column": 7
                                        },
                                        "end": {
                                            "line": 3,
                                            "column": 10
                                        }
                                    },
                                    "type": "Literal",
                                    "value": "a",
                                    "raw": "'a'"
                                },
                                "kind": "init"
                            },
                            {
                                "range": [
                                    32,
                                    42
                                ],
                                "loc": {
                                    "start": {
                                        "line": 4,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 4,
                                        "column": 12
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        32,
                                        36
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 4,
                                            "column": 2
                                        },
                                        "end": {
                                            "line": 4,
                                            "column": 6
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 255,
                                    "raw": "0xFF"
                                },
                                "computed": false,
                                "value": {
                                    "range": [
                                        38,
                                        42
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 4,
                                            "column": 8
                                        },
                                        "end": {
                                            "line": 4,
                                            "column": 12
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 255,
                                    "raw": "0xFF"
                                },
                                "kind": "init"
                            }
                        ]
                    }
                }
            ],
            "kind": "var"
        }
    ]
}