Play Framework 2.0 - asJson() always returns null Play Framework 2.0 - asJson() always returns null json json

Play Framework 2.0 - asJson() always returns null


I haven't been able to find this documented anywhere, but I've run into the same problem. The issue is with your content type header. If your header says text then you can get the body as a string and the body as json will be null. Likewise if your header says json then the body as string will be null and the body as json will be parsed.