|
|
|
|
|
by jlas
846 days ago
|
|
It's useful for streaming data where you want to pass small chunks of data incrementally. JSON by itself isn't streamable (you need the entire blob to decode it). But if we just pass smaller json-encoded chunks of data and separate them with a newline, we can make a streaming-compatible JSON protocol. |
|
What's wrong with JSON patch?
https://jsonpatch.com/