pub fn cmp_values(a: &Value, b: &Value) -> Ordering
A total order over JSON values: null < bool < number < string < array < object.