jsonata-rs 0.3.4

An (incomplete) implementation of JSONata in Rust
Documentation
{
    "expr": "$spread((Account.Order.Product.Description))",
    "dataset": "dataset5",
    "bindings": {},
    "result": [
        {
            "Colour": "Purple"
        },
        {
            "Width": 300
        },
        {
            "Height": 200
        },
        {
            "Depth": 210
        },
        {
            "Weight": 0.75
        },
        {
            "Colour": "Orange"
        },
        {
            "Width": 300
        },
        {
            "Height": 200
        },
        {
            "Depth": 210
        },
        {
            "Weight": 0.6
        },
        {
            "Colour": "Purple"
        },
        {
            "Width": 300
        },
        {
            "Height": 200
        },
        {
            "Depth": 210
        },
        {
            "Weight": 0.75
        },
        {
            "Colour": "Black"
        },
        {
            "Width": 30
        },
        {
            "Height": 20
        },
        {
            "Depth": 210
        },
        {
            "Weight": 2
        }
    ],
    "unordered": true
}