jsonata 0.0.0

An (incomplete) implementation of JSONata in Rust
Documentation
{
    "expr": "foo.blah.baz.[[fud, fud]]",
    "dataset": "dataset0",
    "bindings": {},
    "result": [
        [
            [
                "hello",
                "hello"
            ]
        ],
        [
            [
                "world",
                "world"
            ]
        ]
    ]
}