I have a case class
case class Doc(title:String, ....)
which I want to convert to a lift-json JObject
so I can more easily use JObject
methods merge, etc.
I have a case class
case class Doc(title:String, ....)
which I want to convert to a lift-json JObject
so I can more easily use JObject
methods merge, etc.
© 2022 - 2024 — McMap. All rights reserved.