fun <reified T> JsonManager.fromJson(value: String): T?
This extension method of JsonManager which reduces boilerplate with converting JSON string to the instance of T.
value - the convertible object
value
Return the instance of T