seuil 0.1.1

A complete, safe JSONata implementation in Rust — JSON query, transform, and expression evaluation
Documentation
{
    "expr": "foo.blah.baz.[[fud, fud]]",
    "dataset": "dataset0",
    "bindings": {},
    "result": [
        [
            [
                "hello",
                "hello"
            ]
        ],
        [
            [
                "world",
                "world"
            ]
        ]
    ]
}