natpryce
inline fun <reified T : Any> Gson.fromJson(json: String) = this.fromJson(json, T::class.java)