Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSDataから持ってい+[NSJSONSerialization dataWithJSONObject:options:error:]ます。データはどのようにエンコードされますか?
NSData
+[NSJSONSerialization dataWithJSONObject:options:error:]
.h ファイルのメソッドの上のコメントを見てください。
結果のデータは UTF-8 でエンコードされます。