Frage

I have NSData from +[NSJSONSerialization dataWithJSONObject:options:error:]. How is the data encoded?

War es hilfreich?

Lösung

Look at the comment above the method in the .h file:

The resulting data is a encoded in UTF-8.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top