Skip to main content

write_json

Function write_json 

Source
pub fn write_json<T: Serialize>(
    path: &Path,
    value: &T,
) -> Result<(), PipelineError>
Expand description

Write value to path as pretty JSON with a trailing newline.