jsonata 0.0.0

An (incomplete) implementation of JSONata in Rust
Documentation
{
    "expr": "*[type=\"home\"]",
    "dataset": "dataset1",
    "bindings": {},
    "result": [
        {
            "type": "home",
            "number": "0203 544 1234"
        },
        {
            "type": "home",
            "address": [
                "freddy@my-social.com",
                "frederic.smith@very-serious.com"
            ]
        }
    ],
    "unordered": true
}