Playlist Generator
1.0
|
Objective-C types are mapped to JSON types in the following way:
NSNumber instances created with the -numberWithBool: method are converted into the JSON boolean "true" and "false" values, and vice versa. Any other NSNumber instances are converted to a JSON number the way you would expect.