Module type Process_intf.Extended
- val sort : [> `Assoc of (string * 'a) list | `List of 'a list | `Tuple of 'a list | `Variant of 'b * 'a option ] as 'a -> 'a
- sort jsonsorts the- jsontree based on field names. Objects and lists are sorted recursively. Note that the function only sorts field names and not the values. The sort is stable