Back to Livewire

The Livewire Protocol

docs/the-livewire-protocol.md

4.3.0583 B
Original Source
json
{
    "data": [
        "todos": [[], ["s": "array"]],
    ],
    "memo": {
        "id": "...",
        "name": "...",
        "path": "...",
        "method": "...",
        "locale": "...",
        "children": "..."
    },
    "checksum": "..."
}
json
{
    "snapshot": {...},
    "updates": {
        "todos.0": "hey",
    },
    "calls": [
        [
            "path": "",
            "method": "add",
            "params": [],
        ]    
    ]
}
json
{
    "snapshot": {...},
    "effects": {
        "html": "...",
        "returns": []
    }
}