Skip to main content

cmp_values

Function cmp_values 

Source
pub fn cmp_values(a: &Value, b: &Value) -> Ordering
Expand description

A total order over JSON values: null < bool < number < string < array < object.