kubectl get
command has this flag -o
to format the output.
Is there a similar way to format the output of the kubectl describe
As @janekuto suggested
describe cannot be used to display data in json format
Please see my answer here. jq is really a powerful utility to play around with json display of kubectl. You can do so much with jq without putting too much efforts.
kubectl - format the resource quota values in json format