私は次のものを持っています:
def response() = {
if (value == 1) {
("code" -> "API_001") ~ ("result" -> "OK - Room created")
}
}
JsonResponse(
("response" -> response)
)
しかし、次のエラーが表示されます。
No implicit view available for Any => net.liftweb.json.package.JValue
よろしくお願いします。よろしくお願いします:)