jsonit 0.2.10

A way to parse Json Items using iterators from streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "a": {
        "b": {
            "c": [
                4,
                5,
                6
            ]
        }
    },
    "abc": [
        1,
        2,
        3
    ]
}