pub fn encode(runtime: &Runtime, value: &Value) -> Result<String, SoilError>
Encode a value into canonical JSON — the runtime half of show (design §3.7). Equal values produce byte-equal output.
show