upickle Questions
1
I use upickle for serializing json in scalajs. I need to be able to parse optional fields, represented by a null value and by a missing field (standard json on the web).
With OptionPickler, I can ...
Leverick asked 4/11, 2019 at 13:42
2
Solved
I am using uPickle/ScalaJS to deserialize a js.Dynamic object into a case class using this code fragment:
read[myClass](JSON.stringify(dynObj))
where myClass is the case class and dynObj is the ...
2
Solved
I'm trying to get a basic upickle example to work and it seems I'm missing something here. I want to try out the example provided on the readme page for upickle
import upickle._
sealed trait A
@k...
Adrell asked 20/2, 2015 at 14:1
1
© 2022 - 2024 — McMap. All rights reserved.