Your mission, should you choose to accept it, is t...
# kweb
i
Your mission, should you choose to accept it, is to write some code which can use reflection to convert an object to a URL path, and a URL path back to an object - similar to how GSON converts objects to and from JSON strings. So, for example, an object
List(id=123, Sublist(id=455))
would translate to the string `”/lists/123/sublists/455”`(or whatever the RESTful convention is)