io.circe.jawn

Type members

Classlikes

class CirceSupportParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends SupportParser[Json] with Serializable
object JawnParser
Companion:
class
Source:
JawnParser.scala
class JawnParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends Parser
Companion:
object
Source:
JawnParser.scala

Value members

Inherited methods

final def decode[A : Decoder](input: String): Either[Error, A]
Inherited from:
Parser
Source:
Parser.scala
Inherited from:
Parser
Source:
Parser.scala
final def decodeByteArray[A : Decoder](bytes: Array[Byte]): Either[Error, A]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def decodeByteBuffer[A : Decoder](buffer: ByteBuffer): Either[Error, A]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def decodeByteBufferAccumulating[A : Decoder](buffer: ByteBuffer): ValidatedNel[Error, A]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def decodeChannel[A : Decoder](ch: ReadableByteChannel): Either[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodeChannelAccumulating[A : Decoder](ch: ReadableByteChannel): ValidatedNel[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodeCharSequence[A : Decoder](cs: CharSequence): Either[Error, A]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def decodeCharSequenceAccumulating[A : Decoder](cs: CharSequence): ValidatedNel[Error, A]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def decodeFile[A : Decoder](file: File): Either[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodeFileAccumulating[A : Decoder](file: File): ValidatedNel[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodePath[A : Decoder](path: Path): Either[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodePathAccumulating[A : Decoder](path: Path): ValidatedNel[Error, A]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
Inherited from:
JawnParser
Source:
JawnParser.scala
Inherited from:
JawnParser
Source:
JawnParser.scala
final def parseByteBuffer(buffer: ByteBuffer): Either[ParsingFailure, Json]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def parseChannel(ch: ReadableByteChannel): Either[ParsingFailure, Json]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def parseCharSequence(cs: CharSequence): Either[ParsingFailure, Json]
Inherited from:
JawnParser
Source:
JawnParser.scala
final def parseFile(file: File): Either[ParsingFailure, Json]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def parsePath(path: Path): Either[ParsingFailure, Json]
Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala