jsonit 0.2.10

A way to parse Json Items using iterators from streams
Documentation
{
    "base": {
        "other": [
            1,
            2,
            {
                "1": 2
            },
            "dedzef"
        ]
    },
    "array": [
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            2,
            3
        ],
        [
            1
        ]
    ],
    "root": {
        "items": [
            {
                "name": "hello1",
                "keb": "hello1",
                "null": null,
                "op": [
                    {"a": "a"}
                ],
                "e": [
                    0
                ],
                "a": [
                    [
                        [
                            [
                                [
                                    [
                                        {}
                                    ]
                                ]
                            ]
                        ]
                    ]
                ]
            },
            {
                "a": [
                    [
                        [
                            [
                                [
                                    []
                                ]
                            ]
                        ]
                    ]
                ],
                "name": "hello2",
                "keb": "hello1",
                "op": [
                    {"a": "a"}
                ],
                "e": {
                    "e": {
                        "e": []
                    }
                }
            }
        ]
    },
    "oth": {
        "items": {
            "a": []
        }
    },
    "empty":[]
}