Skip to main content

Module json

Module json 

Source
Expand description

JSON-lines OutputRenderer — replaces the former hm-plugin-output-json WASM plugin. Serialises each BuildEvent as a single JSON line.

Structs§

JsonRenderer
Renders BuildEvents as newline-delimited JSON (one object per line). Suitable for piping into jq or other machine consumers.