Example of iterating through JSON attributes in Gson

When working with Gson, in case of a JSON object having too many attributes or those attributes not being known upfront, it is not practical to (try to) convert the JSON object to a Java object (via fromJson() method). This situation will occur when you start working on your JSON assignment. The assignment includes calling Currency Converter API service that retrieves a list of countries.… Read More »

JSON assignment is now open

The JSON assignment is now open for submissions. Please find the assignment text in the JSON page for details.

Forthcoming labs – announcement

Since the 1st and 2nd of May are holiday days, the labs scheduled in May will be held on the following dates: 4th May Friday – no labs 11th May Tuesday – Java Threads 18th May Friday – Java Collections 25th May Friday – Maven