In Scala, I want to parse JSON responses retrieved using the Travis CI REST API. For that, I've decided to use the play-json library. Along with this, and in accordance to the REST API 'schema', I've defined the following case classes:In Scala, I want to parse JSON responses retrie