jsonata-rs 0.3.4

An (incomplete) implementation of JSONata in Rust
Documentation
{
    "expr": "[[$], [$sort($)], [$]]",
    "data": [
        1,
        3,
        2
    ],
    "bindings": {},
    "result": [
        [
            1,
            3,
            2
        ],
        [
            1,
            2,
            3
        ],
        [
            1,
            3,
            2
        ]
    ]
}