芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/livewire/livewire/docs/the-livewire-protocol.md
```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": [] } } ```