jsonata 0.0.0

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