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": 28,
    "ast_structure": {
        "kind": "Root",
        "children": [
            {
                "kind": "Object",
                "children": [
                    {
                        "kind": "ObjectEntry",
                        "children": [
                            {
                                "kind": "String",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 7,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 7,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(3)",
                                "children": [],
                                "text_length": 10,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 17,
                        "is_leaf": false
                    },
                    {
                        "kind": "ObjectEntry",
                        "children": [
                            {
                                "kind": "Number",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 7,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 7,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(3)",
                                "children": [],
                                "text_length": 10,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 17,
                        "is_leaf": false
                    },
                    {
                        "kind": "ObjectEntry",
                        "children": [
                            {
                                "kind": "Boolean",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 4,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 4,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(3)",
                                "children": [],
                                "text_length": 8,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 12,
                        "is_leaf": false
                    },
                    {
                        "kind": "ObjectEntry",
                        "children": [
                            {
                                "kind": "Null",
                                "children": [
                                    {
                                        "kind": "Leaves(1)",
                                        "children": [],
                                        "text_length": 4,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 4,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(3)",
                                "children": [],
                                "text_length": 8,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 12,
                        "is_leaf": false
                    },
                    {
                        "kind": "ObjectEntry",
                        "children": [
                            {
                                "kind": "Object",
                                "children": [
                                    {
                                        "kind": "ObjectEntry",
                                        "children": [
                                            {
                                                "kind": "String",
                                                "children": [
                                                    {
                                                        "kind": "Leaves(1)",
                                                        "children": [],
                                                        "text_length": 7,
                                                        "is_leaf": true
                                                    }
                                                ],
                                                "text_length": 7,
                                                "is_leaf": false
                                            },
                                            {
                                                "kind": "Leaves(3)",
                                                "children": [],
                                                "text_length": 7,
                                                "is_leaf": true
                                            }
                                        ],
                                        "text_length": 14,
                                        "is_leaf": false
                                    },
                                    {
                                        "kind": "Leaves(4)",
                                        "children": [],
                                        "text_length": 16,
                                        "is_leaf": true
                                    }
                                ],
                                "text_length": 30,
                                "is_leaf": false
                            },
                            {
                                "kind": "Leaves(3)",
                                "children": [],
                                "text_length": 10,
                                "is_leaf": true
                            }
                        ],
                        "text_length": 40,
                        "is_leaf": false
                    },
                    {
                        "kind": "Leaves(12)",
                        "children": [],
                        "text_length": 32,
                        "is_leaf": true
                    }
                ],
                "text_length": 130,
                "is_leaf": false
            },
            {
                "kind": "Leaves(1)",
                "children": [],
                "text_length": 1,
                "is_leaf": true
            }
        ],
        "text_length": 131,
        "is_leaf": false
    },
    "errors": []
}