Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Output may be sorted using jq or xq (part of yq).

For To sort JSON : ... | jq 'walk( if type == "array" then sort else . end )'

For To sort SAML : ... | xq -x 'walk( if type == "array" then sort else . end )'

...