You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very often, when obtaining JSON over HTTP for example, you have an NSData containing utf8-encoded JSON. It would be nice not having to translate this into an NSString, especially since the parser translates the string to a char * immediately anyway.
The text was updated successfully, but these errors were encountered:
Very often, when obtaining JSON over HTTP for example, you have an NSData containing utf8-encoded JSON. It would be nice not having to translate this into an NSString, especially since the parser translates the string to a char * immediately anyway.
The text was updated successfully, but these errors were encountered: