Le lun. 25 mai 2020 à 03:13, Alex Shinn <xxxxxx@gmail.com> a écrit :
>
> It should be noted that the read values and objects are immutable.
>
> Although the generalized tree-fold is useful (and necessary to
> efficiently parse JSON into record types), a higher-level fold
> which iterates on each top-level object in a file can be useful.
> Typically large JSON files are written one entry at a time
> (optionally each on one line) with no enclosing array.
That is JSON Sequence or JSON lines.
Should it return a generator of of generator
OR
A generator of scheme object?
Thanks!