]> gitweb.factorcode.org Git - factor.git/commit
json.reader: Add a path>jsons for files that have multiple json objs.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 11 Mar 2021 01:46:51 +0000 (19:46 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 11 Mar 2021 02:07:17 +0000 (20:07 -0600)
commit46257bf9490d578d0f6818a6b3728b2a728a638a
tree901239a967931a2d8a07958e1f8e847bc88e83de
parent059fbe79c85bcb16bd1e6bf60390cd86493e28de
json.reader: Add a path>jsons for files that have multiple json objs.

Lots of people log a stream of json objects to disk. The vocabulary already
handles this case but then path>json discards the results, which is "correct"
but not that useful for this case.
basis/json/reader/reader-docs.factor
basis/json/reader/reader.factor