We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3071687
FromJson(...).transform()
val input = FromJson("42") input.transform(ToScala[Int]) // 42 input.transform(ToScala[Int]) // 42, no EOF exception!