//! JSON renderer for BSS boot parameter output. There is no table
//! variant yet (the BSS payload is too nested for a useful table);
//! callers always get pretty-printed JSON.
use Error;
use crateBootParameters;
/// Pretty-print boot parameters as JSON.