0
API RESULT
Hello,
the result of an API request is this
{"data":[{"pec":"test@pec.it","history":[]}],"success":true,"message":"","error":null}
I would like only the value test@pec.it to be pasted into a text field. How can I do that?"
4 replies
-
parseJSON(JsonResult).first(data).pec
Content aside
- 9 mths agoLast active
- 4Replies
- 53Views
-
2
Following