Let's see what happens when you try to parse invalid JSON: ... badJson: String = "yolo" parse(badJson) // res0: Either[ParsingFailure, Json] = Left( ...
確定! 回上一頁