In vim, the default indentation for JSON is:
{ \"employees\": [ { \"firstName\":\"John\" , \"lastName\":\"Doe\" }, { \"firstName\":\"Anna\" , \"
Easier way is to just external command as a filter for a selection. e.g.
:!python -m json.tool