Need to parse a really simple JSON object which contains a single array using Java or Kotlin

Viewed 25

theres more to this task but i just cant figure it out the start, because its so simple, all the guides have more complex JSON files so : "Find a way to read .json file and put the data into the array". this is how this JSON file looks. Must be completed using Java or Kotlin (android programing). There are a lot more entries i just made it readble.

{
  "urls": [
    "https://images.dog.ceo/breeds/hound-afghan/n02088094_1003.jpg",
    "https://images.dog.ceo/breeds/hound-afghan/n02088094_1007.jpg",
    "https://images.dog.ceo/breeds/hound-afghan/n02088094_1023.jpg",
    "https://images.dog.ceo/breeds/hound-afghan/n02088094_10263.jpg",
    ]
    }
0 Answers
Related