Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConvert JValue to Map[String, Any] #124
Comments
|
you can extract a Map[String, Any]. |
|
extracting with a Map[String, Any] gives an exception. Now
|
|
Is there some other way of converting JValue to Map[String, Any]? |
|
I believe I fixed this in #126 |
|
On 3.2.11 release seems to be working fine. |
|
Hey, I still have this problem when trying to do parse(entry).extract[Map[String, Any]]. Any suggestions? |
|
Hey guys, |
|
@ziziermao: Extracting a Map[String, Any] works fine for me on the latest version (3.4.0). Could you share the json fragment that you're trying to extract and the version of json4s that you are using? |
There should be method to convert the parsed json string to a Map, like most languages have. Right now i have to make a case class and then convert it to a map.