Streaming writer
John Cowan
(18 Jan 2020 21:52 UTC)
|
Re: Streaming writer Amirouche Boubekki (21 Jan 2020 10:37 UTC)
|
Re: Streaming writer
Duy Nguyen
(21 Jan 2020 13:00 UTC)
|
Re: Streaming writer
Duy Nguyen
(21 Jan 2020 13:31 UTC)
|
Indentation and sorted keys (Re: Streaming writer)
Amirouche Boubekki
(21 Jan 2020 14:47 UTC)
|
Re: Indentation and sorted keys (Re: Streaming writer)
John Cowan
(21 Jan 2020 17:00 UTC)
|
Respect insertion order from JSON text
Amirouche Boubekki
(21 Jan 2020 17:16 UTC)
|
Re: Indentation and sorted keys (Re: Streaming writer)
Amirouche Boubekki
(21 Jan 2020 17:40 UTC)
|
Re: Streaming writer
John Cowan
(21 Jan 2020 15:48 UTC)
|
Re: Streaming writer Amirouche Boubekki 21 Jan 2020 10:37 UTC
Le sam. 18 janv. 2020 à 22:52, John Cowan <xxxxxx@ccil.org> a écrit : > > I propose that json-stream-writer be added. This accepts a port/accumulator and returns a procedure. The contract for this procedure is the same as the procedure passed to json-stream-reader. Any attempt to violate JSON rules of construction will signal an error satisfied by json-error?. Oh, that will allow to write a possibly bigger than memory JSON text?