2010-06-14 109 views

回答

3

解析它,進行所需的更改,然後將其序列化回去。你沒有說你使用的是什麼JSON庫,但它應該相當容易。

+0

請給我任何樣品 – Bala 2010-06-14 05:39:11

+1

*請*告訴我們您使用的是什麼樣的圖書館。 – 2010-06-14 05:45:18

0

不知道你的問題的細節:

[jsonString stringByReplacingOccurrencesOfString:@"replaceme" withString:@"replacement"]; 

但你可能更好用JSON library的。