jsonata 0.0.0

An (incomplete) implementation of JSONata in Rust
Documentation
[
    42,
    [
        {
            "baz": {
                "fud": "hello"
            }
        },
        {
            "baz": {
                "fud": "world"
            }
        },
        {
            "bazz": "gotcha"
        }
    ],
    "here",
    {
        "fud": "hello"
    },
    "hello",
    {
        "fud": "world"
    },
    "world",
    "gotcha"
]