There is a question in Twilio OA where we have to get json payload containing multiple entries from a url and process the data as per the question.
I tried it in Java but got stuck in serialising the data in the time left. There are no dependencies. We only get java.net.*
Can anyone share how to get json data and process it to a list of object in Java 8 with java.net.* ?
Thanks in advance.
Sample question: