Last updated
Was this helpful?
Last updated
Was this helpful?
Attribute
When sorting a list of dictionaries, an attribute or key to sort by. Can use dot notation like "address.city".
Case Sensitive
When sorting strings, sort upper and lower case separately.
Input List or String
List or string to sort
Reverse Sort
If true, will sort in descending order instead of the ascending order.