|
|
|
|
|
by zootm
4840 days ago
|
|
> When working with JSON, you must load the whole JSON document before you can start processing it. This is not the case; JSON is every bit as amenable to streaming as XML, in my experience. Fewer implementations may support that, of course, but that's not really the fault of JSON. The Jackson parser for Java, for example, has a complete streaming API. |
|