Jq

Sorting

cat plant_types.json | jq  -c 'sort_by(.name)' | jq

References