Closed SandeepAggarwal closed 7 years ago
It is documented that
TyphoonRestClient skips any [NSNull null] values in response and request dictionaries by default.
TyphoonRestClient
[NSNull null]
How can we allow to include '[NSNull null]' objects in request since I need to send null values instead of empty strings?
Ok, I figured it . We have to override - responseTransformationOptions of TRCRequest object
- responseTransformationOptions
It is documented that
How can we allow to include '[NSNull null]' objects in request since I need to send null values instead of empty strings?