I am getting response like that,
AuthenticateResponse
{
AuthenticateResult=anyType{Photo=anyType{};
Result=false;
};
How can I parse it.I want only Result string
like true or false.
Please help me..
Thank you
I am getting response like that,
AuthenticateResponse
{
AuthenticateResult=anyType{Photo=anyType{};
Result=false;
};
How can I parse it.I want only Result string
like true or false.
Please help me..
Thank you
This is a JSON response, try to use the JSON api to parse its content and retrieve the value.