Skip to content

Commit

Permalink
Included full stream output
Browse files Browse the repository at this point in the history
Prompted by...
#2010 (comment)
  • Loading branch information
cefn authored Dec 20, 2019
1 parent b247d8f commit ec29d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ sections:
Parse the input in depth-first, streaming fashion, outputting
arrays of path and leaf values (scalars and empty arrays or
empty objects). For example, `"a"` becomes `[[],"a"]`, and
`[[],"a",["b"]]` becomes `[[0],[]]`, `[[1],"a"]`, and
`[[2,0],"b"]`.
`[[],"a",["b"]]` becomes `[[0],[]]`, `[[1],"a"]`, `[[2,0],"b"]`,
`[[2,0]]` and `[[2]]`.
This is useful for processing very large inputs. Use this in
conjunction with filtering and the `reduce` and `foreach` syntax
Expand Down

0 comments on commit ec29d7e

Please sign in to comment.