sqia09
09/16/2017, 12:49 PMdata class EquipmentLayer(@SerializedName("id") val id: Int,
@SerializedName("name") val name: String,
@SerializedName("detail") val details: String)
and then I'll have it in a list in another data class. The issue is with the "data" part.