jsonata 0.0.0

An (incomplete) implementation of JSONata in Rust
Documentation
{
    "expr": "Account.Order.Product.{$string(ProductID): Price}",
    "dataset": "dataset5",
    "bindings": {},
    "result": [
        {
            "858383": 34.45
        },
        {
            "858236": 21.67
        },
        {
            "858383": 34.45
        },
        {
            "345664": 107.99
        }
    ]
}