pub fn stable_json_string(value: &JsonValue) -> JsonCodecResult<String>Expand description
Stable JSON string with object keys sorted by JavaScript UTF-16 code-unit order.
pub fn stable_json_string(value: &JsonValue) -> JsonCodecResult<String>Stable JSON string with object keys sorted by JavaScript UTF-16 code-unit order.