In vim, the default indentation for JSON is:
{ \"employees\": [ { \"firstName\":\"John\" , \"lastName\":\"Doe\" }, { \"firstName\":\"Anna\" , \"
If you have jq (source) available, you can use in the command mode:
jq
:%!jq .