Unable to return JSON response using Play Framework and Postgresql?
问题 I am trying to return JSON response data from Postgresql database using Play framework(Scala). I have tried the following where I am not able to return my json response output. I have couple of JSON objects in my database table: jsondata , which is having id and name . I have written some println messages, those are coming as None, don't know why ? The compiler error says Missing parameter either [id] or [name] I am not sure what I am doing wrong in my code to get JSON response output for my