diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml index b0f26af359..d4af555a30 100644 --- a/docs/content/manual/manual.yml +++ b/docs/content/manual/manual.yml @@ -113,7 +113,7 @@ sections: * `--stream`: - Parse the input in streaming fashion, outputing arrays of path + Parse the input in 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 `[[1,0],"b"]`. diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml index dd00bc60e2..862c617d6a 100644 --- a/docs/content/manual/v1.5/manual.yml +++ b/docs/content/manual/v1.5/manual.yml @@ -112,7 +112,7 @@ sections: * `--stream`: - Parse the input in streaming fashion, outputing arrays of path + Parse the input in 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 `[[1,0],"b"]`. diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml index 1941e9276d..89d5a0b15e 100644 --- a/docs/content/manual/v1.6/manual.yml +++ b/docs/content/manual/v1.6/manual.yml @@ -112,7 +112,7 @@ sections: * `--stream`: - Parse the input in streaming fashion, outputing arrays of path + Parse the input in 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 `[[1,0],"b"]`.