Is there any way in mantle to convert a JSON data to MTLModelObject directly, I have gone through the documentation and haven't found a simple way to do so.
It seems there is only support for converting NSDictionary to MTLModelObjects and vice versa.
Mantle can not convert JSON string to model automatically. Override
JSONTransformerForKeymethod and implement ur own NSValueTransformer by using NSJSONSerialization convert JSON String to NSDictionary