JawnParser

io.circe.jawn.JawnParser
See theJawnParser companion object
class JawnParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends Parser

Attributes

Companion:
object
Source:
JawnParser.scala
Graph
Supertypes
trait Parser
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this()

Attributes

Source:
JawnParser.scala

Concrete methods

final def decodeByteArray[A : Decoder](bytes: Array[Byte]): Either[Error, A]

Attributes

Source:
JawnParser.scala

Attributes

Source:
JawnParser.scala
final def decodeByteBuffer[A : Decoder](buffer: ByteBuffer): Either[Error, A]

Attributes

Source:
JawnParser.scala

Attributes

Source:
JawnParser.scala

Attributes

Source:
JawnParser.scala

Attributes

Source:
JawnParser.scala

Inherited methods

final def decode[A : Decoder](input: String): Either[Error, A]

Attributes

Inherited from:
Parser
Source:
Parser.scala

Attributes

Inherited from:
Parser
Source:
Parser.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodeFile[A : Decoder](file: File): Either[Error, A]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala
final def decodePath[A : Decoder](path: Path): Either[Error, A]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source:
JawnParserPlatform.scala