Skip to main content

sort

Function sort 

Source
pub fn sort(
    over: &Value,
    by: Option<&str>,
    order: Option<&str>,
) -> Result<Value, String>
Expand description

sort: by a dotted path (or the element itself), asc|desc; stable.