I feel like a lot of people tend to feel pain when working with JSON in Erlang. Especially when trying to access nested values. I wrote a blog post about a way you can access JSON in Erlang using the same syntax you would in JavaScript. http://www.progski.net/blog/2010/destructuring_json_in_erlang_made_easy.html -Ryan