私の文字列は次のようになります:
{
alert = "albert has sent you message for Tomatos.";
badge = 144;
notification_text = "28520303-b666-43c8-bb3b-bd0215084cc3";
sound = default;
}
この文字列を分離し、NSdictionary をキー (= の前の文字列) と値 (= の後) として構築したい
これを行う方法はありますか?