jsonata-rs 0.3.4

An (incomplete) implementation of JSONata in Rust
Documentation
1
2
3
4
5
6
{
    "expr": "(  $add := function($x, $y){$x+$y};  $add2 := $add(?, 2);  $add2(3))",
    "dataset": "dataset5",
    "bindings": {},
    "result": 5
}