I suppose it is intended to provide a streaming processing of the input, on top of which an application-specific layer can be written.  But when I implemented it in Gauche, it did feel awkward.  json-generator itself needs to be a pushdown automaton to keep track of the context in which it is in, and the user of it needs to keep track of the context again, which seems a duplication.


On Sat, Apr 17, 2021 at 11:59 AM Amirouche Boubekki <xxxxxx@gmail.com> wrote:
I need to investigate whether it is useful, Daphne and prolly others
told me so, but I did not understand until now.