jsonata 0.0.0

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