2012-11-22 40 views

回答

0

這是PHP序列化,您可以使用PHP的函數unserialize來閱讀它。意思是相當簡單的,如果你想自己解析它:

two-element array 
    integer 0 => 
    19-char string "Broker - Securities" 
    integer 1 => 
    18-char string "Financial Services" 
+0

鑑於標籤,這個人可能想要在iOS應用程序中使用Objective-C解析這些數據,而不是PHP。 – rmaddy

+0

@maddy:可能。他的運氣不錯,AFAIK(http://stackoverflow.com/questions/12136119/php-serialize-unserialize-like-method-in-objective-c),這就是爲什麼我提供了語義(所以他可以實現反序列化本人)。 – Amadan

1

你可以刪除前綴和留在{} ....., 然後用 [yourstring stringByReplcaingOccurencesOfString:@「;」 withString:@ 「」]; 然後刪除string.length中的char - 1 然後使用JSONObjectWithData。

相關問題