NSJSONSerialization

suggest change

Versions

[{“Name”:“Modern”,“GroupName”:null}]

Syntax

options:(NSJSONReadingOptions)opt
  error:(NSError * _Nullable *)error

Parameters

Operator|Description| —— | —— | data | A data object containing JSON data | opt |Options for reading the JSON data and creating the Foundation objects. | error | If an error occurs, upon return contains an NSError object that describes the problem. |

Remarks

NSJSONSerialization is Available in iOS 5.0 and later An object that may be converted to JSON must have the following properties:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents