mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
This is to ensure solid parsing of complex data (with any binary content except NUL chars) by separating the `yq` root collection member's output with NUL char. As a safe-guard, an error will be cast if trying to use NUL character with content that contains itself NUL characters inside. |
||
|---|---|---|
| .. | ||
| bad_args.sh | ||
| basic.sh | ||
| completion.sh | ||
| empty.sh | ||
| front-matter.sh | ||
| header-processing-off.sh | ||
| inputs-format-auto.sh | ||
| inputs-format.sh | ||
| leading-seperator.sh | ||
| load-file.sh | ||
| nul-separator.sh | ||
| output-format.sh | ||
| pipe.sh | ||
| pretty-print.sh | ||
| split-printer.sh | ||