Skip to main content

emit

Function emit 

Source
pub fn emit(document: &Value) -> Result<()>
Expand description

Print a document to stdout as pretty JSON with a trailing newline.

Pretty rather than compact because a human reads this output far more often than a parser does, and jq does not care either way.