🏡 index : ~doyle/serde_bson.git

---
source: src/de.rs
expression: x
---
[
    DocumentStart,
    Key(
        "cool",
    ),
    I32(
        999,
    ),
    Key(
        "beans",
    ),
    Binary(
        [
            115,
            111,
            32,
            116,
            104,
            101,
            114,
            101,
            32,
            119,
            97,
            115,
            32,
            116,
            104,
            105,
            115,
            32,
            111,
            110,
            101,
            32,
            116,
            105,
            109,
            101,
            32,
            97,
            116,
            32,
            98,
            97,
            110,
            100,
            99,
            97,
            109,
            112,
        ],
        0,
    ),
    Key(
        "bro",
    ),
    String(
        "the craziest thing happened",
    ),
    Key(
        "b",
    ),
    DocumentStart,
    Key(
        "s",
    ),
    String(
        "dddd",
    ),
    Key(
        "a",
    ),
    ArrayStart,
    Key(
        "0",
    ),
    String(
        "yooo",
    ),
    Key(
        "1",
    ),
    String(
        "mayn",
    ),
    DocumentEnd,
    Key(
        "e",
    ),
    String(
        "Abc",
    ),
    Key(
        "e2",
    ),
    DocumentStart,
    Key(
        "Def",
    ),
    I32(
        1999,
    ),
    DocumentEnd,
    Key(
        "e3",
    ),
    DocumentStart,
    Key(
        "Ghi",
    ),
    ArrayStart,
    Key(
        "0",
    ),
    I32(
        16,
    ),
    Key(
        "1",
    ),
    I32(
        7,
    ),
    Key(
        "2",
    ),
    I32(
        1999,
    ),
    DocumentEnd,
    DocumentEnd,
    Key(
        "e4",
    ),
    DocumentStart,
    Key(
        "Jkl",
    ),
    DocumentStart,
    Key(
        "a",
    ),
    I32(
        16,
    ),
    Key(
        "b",
    ),
    I32(
        7,
    ),
    DocumentEnd,
    DocumentEnd,
    Key(
        "t",
    ),
    ArrayStart,
    Key(
        "0",
    ),
    I32(
        16,
    ),
    Key(
        "1",
    ),
    I32(
        7,
    ),
    Key(
        "2",
    ),
    I32(
        1999,
    ),
    DocumentEnd,
    Key(
        "ts",
    ),
    ArrayStart,
    Key(
        "0",
    ),
    I32(
        99,
    ),
    Key(
        "1",
    ),
    I32(
        100,
    ),
    DocumentEnd,
    Key(
        "y",
    ),
    Boolean(
        false,
    ),
    DocumentEnd,
    DocumentEnd,
]