fromJson

inline fun <T> Gson.fromJson(json: String?): T?

Helps to get Map, List, Set or other generic type from Json using Gson.