save_stdout
Writes a byte stream to standard output.
save_stdout
Description
Section titled “Description”Writes a byte stream to standard output. This is mostly useful when using the
tenzir
executable as part of a shell script.
Examples
Section titled “Examples”Write colored, compact TQL-style
Section titled “Write colored, compact TQL-style”from {x: "Hello World"}write_tql compact=true, color=truesave_stdout
{x: "Hello World"}