To serialize BOOL
values using NSJSONSerialization
, we can use the NSNumber
form. i.e, @YES
and @NO
which represents the BOOL
YES
and NO
respectively.
jsloop
{musings}
To serialize BOOL
values using NSJSONSerialization
, we can use the NSNumber
form. i.e, @YES
and @NO
which represents the BOOL
YES
and NO
respectively.