val badJson: String = "yolo" // badJson: String = "yolo" parse(badJson) // res0: Either[ParsingFailure, Json] = Left( // value = ParsingFailure( // message ...
確定! 回上一頁