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 Duy Nguyen 21 Jan 2020 13:31 UTC
On Tue, Jan 21, 2020 at 8:00 PM Duy Nguyen <xxxxxx@gmail.com> wrote: > > On Tue, Jan 21, 2020 at 5:38 PM Amirouche Boubekki > <xxxxxx@gmail.com> wrote: > > > > 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? > > For me, that would allow me to customize the output (I hope) to print > json with indentation. Argh.. never mind. John was talking about input stream, not output. -- Duy