my string looks like this :
{
alert = "albert has sent you message for Tomatos.";
badge = 144;
notification_text = "28520303-b666-43c8-bb3b-bd0215084cc3";
sound = default;
}
i want to separate this string and want to construct NSdictionary as key(string before = ) and value (after =)
is there any way to do this ?