I love the way dynamically typed languages handle json or xml parsing. With Scala 2.10 we can do it using Dynamic trait. Here is a first draft. Please feel free to copy/paste/reuse at your own risk.
This client is not the most efficient or the most async but it works and I am using it for testing my apps.
Please feel free to copy/paste/reuse at your own risk.