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.