5 ms·
Actually, not quite how this works. You always get valid JSON, as in this sequence from the readme: ```json {"name": "Al"} {"name": "Ale"} ``` So the braces a
by rising-sky 11mo ago
Actually, not quite how this works. You always get valid JSON, as in this sequence from the readme:
```json
{"name": "Al"}
{"name": "Ale"}
```
So the braces are always closed