jsonata-rs 0.3.4

An (incomplete) implementation of JSONata in Rust
Documentation
1
2
3
4
5
6
{
    "expr": "$formatNumber(123412345678.9, \"9,9,99.99\")",
    "dataset": null,
    "bindings": {},
    "result": "123412345,6,78.90"
}