Well I have a perl script that formats a json by leaving it in this format:
{"nome1":"123","nome2":"123","nome3":"123",}
But I want only the last occurrence to be just the key without the comma before.
like this:
{"nome1":"123","nome2":"1...
asked by
18.09.2017 / 16:56