NetworkLayerExample
NetworkLayerExample copied to clipboard
How to handle the Array response without root of json object
I have implemented the Network layer and it works fine with Json object wich contains Root node in responseMapper ( for single dictionary object). When i received the single json object from Rest API without root node it gives an Array. How we can handle it.