I have a nested json that comes in the response of a request. Any idea, how can I randomly select an id and then an attribute like say "date" related to the same id, from the existing nested json?
Note : There is no other request in which I can pass the "id" to get the attributes related to the id. Its all in the same nested json #askquestions #json #request