CirceSupportParser

class CirceSupportParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends SupportParser[Json] with Serializable
trait Serializable
class Object
trait Matchable
class Any
object CirceSupportParser.type

Value members

Inherited methods

def async(mode: Mode): AsyncParser[Json]
Inherited from:
SupportParser
Source:
SupportParser.scala
def parseFromByteBuffer(buf: ByteBuffer): Try[Json]
Inherited from:
SupportParser
Source:
SupportParser.scala
def parseFromChannel(ch: ReadableByteChannel): Try[Json]
Inherited from:
SupportParser
Source:
SupportParser.scala
def parseFromCharSequence(cs: CharSequence): Try[Json]
Inherited from:
SupportParser
Source:
SupportParser.scala
def parseFromFile(file: File): Try[Json]
Inherited from:
SupportParser
Source:
SupportParser.scala

Implicits

Implicits

final implicit val facade: Facade[Json]