Skip to main content

encode

Function encode 

Source
pub fn encode(runtime: &Runtime, value: &Value) -> Result<String, SoilError>
Expand description

Encode a value into canonical JSON — the runtime half of show (design §3.7). Equal values produce byte-equal output.