parseJSONToList

fun parseJSONToList(jsonObject: String): MutableList<Vehicle>

It is used to parse the JSONOject to MutableList using Gson

Return

MutableList

Author

Darshan Bhanushali

Parameters

jsonObject

is a String object which includes data in form of JSONObject