You see, I have the following json:
"signaturesType":[
"SIMPLE"
],
"docs":[
"contrato"
]
How can I get the values inside the tags signaturesType and docs. What is strange about me is that it does not come as the classic json, which would be property: value, that is why I doubt how I can obtain the values stored there. Greetings and thanks.