jsonata 0.0.0

An (incomplete) implementation of JSONata in Rust
Documentation
1
2
3
4
5
6
{
    "expr": "$.7",
    "data": {"7a":33, "a7":55, "7":88},
    "bindings": {},
    "code": "S0213"
}