Open GoogleCodeExporter opened 9 years ago
for example,
original JSON string is
{"name":"jone","mobile":"010-777-7777"
like this,
but encoded string is
{"name":"후승","mobile":"010-7777-7777&
Any solution?
Original comment by tsstc...@gmail.com
on 21 Feb 2013 at 2:35
i have the same issue
..
Original comment by cokeco...@gmail.com
on 23 May 2013 at 8:36
you can replace the " to "
- (NSString *)serializedFormUsingHeaderElements:(NSDictionary *)headerElements
bodyElements:(NSDictionary *)bodyElements
return [serializedForm stringByReplacingOccurrencesOfString:@""" withString:@"\""];
}
Original comment by cokeco...@gmail.com
on 23 May 2013 at 9:29
can u give clear code how to replace it
and were does the "serializedForm" comes from ?
Original comment by anand...@gmail.com
on 26 Aug 2014 at 6:11
Original issue reported on code.google.com by
tsstc...@gmail.com
on 21 Feb 2013 at 11:35