Any idea how to implement an alamofire/ or http login request for this kind of json data
{
"data":{
"email": "myemail@...",
"password":"12345678",
"token":""
}
}
since i don't know how to read these curled bracelets "{" well, i need a severe help !
my data is from a url and not a json file, it is a url request
-
—
Aber_93
-
—
MobileTen
-
—
Aber_93
Add a Commentmy data is from a url and not a json file so it is a url request
https://developer.apple.com/tutorials/sample-apps/memecreator
thank you