I have a string in json format.
In this way:
{"IdLead":4186960,"Concessionaria":"Mila - Centro","DadosQualificacao":{"IdEvento":79654,"Qualificacao":1,"Motivo":6,"DescricaoMotivo":"motivo 1234","Ficha":["aaaaaaaa - TESTE","Ação desejada:=123456789 teste 132456789","Data Agendamento Test-Drive:=20/04/2018","Já é Cliente da Marca?=SIM"]},"DadosPessoa":{"Nome":"Guilherme Martins","Email":"[email protected]","DDD":11,"Telefone":948831041,"CpfCnpj":"44436740803","PreferenciaContato":0}}
I need to show this string on my screen, however, it appears on a line itself. I would like to know how to indent this string to show in identate format.