Posts by Fabio Barros • 1 point
1 post
-
0
votes1
answer679
viewsQ: Remove "[ ]" brackets from json return
I have an api that returns me an array in JSON, as follows: [{"Pessoa_contato":"EUZEBIO"}] But I’m not getting back without these brackets, as my application needs: {"Pessoa_contato":"EUZEBIO"} This…