tristanhimmelman/AlamofireObjectMapper

How to Map Object

Closed this issue · 0 comments

by using this library i can map string or array but i have a object so how can i map object.

this is my response

{
Message = "email verification link has been sent to your email. please verify your account.";
Result = {
"V002_vendors_type" = "";
"V003_pharmacy" = ();
"V010_subscription" = "";
"attempt_date" = "";
created = "2016-04-26T11:07:30.3192745+00:00";
email = "abc@gmail.com";
"first_name" = abc;
id = 10167;
"is_lock" = 0;
"last_name" = "";
mobile = 9999999999;
password = xxxxxxxxx;
"profile_Image" = "";
status = PV;
subscription = 1;
updated = "2016-04-26T11:07:30.3192745+00:00";
"Fix_id" = 1;
};
Status = 1;
}

and i can get Message but how can i map Result object out of this?