I have NSData from +[NSJSONSerialization dataWithJSONObject:options:error:]. How is the data encoded?
NSData
+[NSJSONSerialization dataWithJSONObject:options:error:]
Look at the comment above the method in the .h file:
The resulting data is a encoded in UTF-8.