-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
The following code
import org.json4s._
import org.json4s.jackson.JsonMethods._
val json = parse(...)
val bidsAndAsks1 = for {
JObject(child) <- json
JField("symbol", JString(name)) <- child
...
} yield ...
produces
[error] CustomResources.scala:108:20: value flatMap is not a member of org.json4s.JValue
[error] JObject(child) <- json
[error] ^
[error] one error found
Compilation succeeds without the plugin. Plugin version 0.3.1
.
Metadata
Metadata
Assignees
Labels
No labels