Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:21
Show Gist options
  • Save ajailani4/864fda755bed329af4a4e02832423aa2 to your computer and use it in GitHub Desktop.
Save ajailani4/864fda755bed329af4a4e02832423aa2 to your computer and use it in GitHub Desktop.
data class PhoneSpecs(
@field:Json(name = "title")
val title: String,
@field:Json(name = "specs")
val specs: List<PhoneSubSpecs>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment