2012-07-13 111 views
0

我試圖JSON字符串存儲在此以下方式存儲靜態JSON字符串成字符串

NSString * str [email protected]"{"CategoryID":1,"ItemCount":1,"level":1,"Name":"Boots","Description":"Boots descrition","childs":[{"CategoryID":2,"ItemCount":1,"level":2,"Name":"Cold Water","Description":"Cold Water Description","childs":[]}]}]"; 

我得到一個錯誤message.I知道這是一個非常小的解決方案。 而我嘗試了很多NSString方法,但我沒有得到解決方案。 我將如何存儲這個字符串?

在此先感謝...

+0

「我得到一個錯誤信息」。那是什麼 ?預計 – 2012-07-13 09:17:06

+0

錯誤「;」在聲明的最後 – kumar 2012-07-13 09:19:47

回答

0

最後我得到了解決我的問題

我們需要傳遞字符串在下面的方式。

NSString*[email protected]{\"CategoryID\":1,\"ItemCount\":1,\"level\":1,\"Name\":\"Boots\",\"Description":\"Boots descrition\",\"childs\"[{\"CategoryID\":2,\"ItemCount\":1,\"level\":2,\"Name\":\"Cold Water\",\"Description\":\"Cold Water Description\",\"childs\":[]}]}]; 
+0

好吧..你可以在答案刻度線和接受。 – 2012-07-13 11:09:57