oak-json 0.0.11

High-performance incremental JSON parser for the oak ecosystem with flexible configuration, optimized for data interchange and configuration files.
Documentation
{
    "success": true,
    "node_count": 22,
    "ast_structure": {
        "kind": "Root",
        "children": [
            {
                "kind": "Array",
                "children": [
                    {
                        "kind": "Number",
                        "children": [
                            {
                                "kind": "Leaves(1)",
                                "children": [],
                                "text_length": 1,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 1,
                        "is_leaf": false
                    },
                    {
                        "kind": "String",
                        "children": [
                            {
                                "kind": "Leaves(1)",
                                "children": [],
                                "text_length": 5,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 5,
                        "is_leaf": false
                    },
                    {
                        "kind": "Object",
                        "children": [
                            {
                                "kind": "ObjectEntry",
                                "children": [
                                    {
                                        "kind": "Number",
                                        "children": [
                                            {
                                                "kind": "Leaves(1)",
                                                "children": [],
                                                "text_length": 1,
                                                "is_leaf": true
                                            }
                                        ],
                                        "text_length": 1,
                                        "is_leaf": false
                                    },
                                    {
                                        "kind": "Leaves(3)",
                                        "children": [],
                                        "text_length": 9,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 10,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(4)",
                                "children": [],
                                "text_length": 4,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 14,
                        "is_leaf": false
                    },
                    {
                        "kind": "Array",
                        "children": [
                            {
                                "kind": "Number",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 1,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 1,
                                "is_leaf": false
                            },
                            {
                                "kind": "Number",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 1,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 1,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(4)",
                                "children": [],
                                "text_length": 4,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 6,
                        "is_leaf": false
                    },
                    {
                        "kind": "Null",
                        "children": [
                            {
                                "kind": "Leaves(1)",
                                "children": [],
                                "text_length": 4,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 4,
                        "is_leaf": false
                    },
                    {
                        "kind": "Leaves(12)",
                        "children": [],
                        "text_length": 32,
                        "is_leaf": true
                    }
                ],
                "text_length": 62,
                "is_leaf": false
            },
            {
                "kind": "Leaves(1)",
                "children": [],
                "text_length": 1,
                "is_leaf": true
            }
        ],
        "text_length": 63,
        "is_leaf": false
    },
    "errors": []
}