{
    "range": [
        0,
        22
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 22
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                22
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 22
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    22
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 22
                    }
                },
                "type": "ArrayExpression",
                "elements": [
                    {
                        "range": [
                            1,
                            3
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 1
                            },
                            "end": {
                                "line": 1,
                                "column": 3
                            }
                        },
                        "type": "Literal",
                        "value": 1,
                        "raw": "01"
                    },
                    {
                        "range": [
                            5,
                            8
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 5
                            },
                            "end": {
                                "line": 1,
                                "column": 8
                            }
                        },
                        "type": "Literal",
                        "value": 9,
                        "raw": "011"
                    },
                    {
                        "range": [
                            10,
                            14
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 10
                            },
                            "end": {
                                "line": 1,
                                "column": 14
                            }
                        },
                        "type": "Literal",
                        "value": 73,
                        "raw": "0111"
                    },
                    {
                        "range": [
                            16,
                            21
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 16
                            },
                            "end": {
                                "line": 1,
                                "column": 21
                            }
                        },
                        "type": "Literal",
                        "value": 585,
                        "raw": "01111"
                    }
                ]
            }
        }
    ]
}