JsonReader

halotukozak.mcodec.JsonReader
final class JsonReader(s: String)

Attributes

Source
JsonInput.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def readBoolean(): Boolean

Attributes

Source
JsonInput.scala
def readInt(): Int

Attributes

Source
JsonInput.scala
def readLong(): Long

Attributes

Source
JsonInput.scala
def readNull(): Boolean

Attributes

Source
JsonInput.scala
def readRawNumber(): String

Attributes

Source
JsonInput.scala
def readRawString(): String

Attributes

Source
JsonInput.scala
def skipValue(): Unit

Attributes

Source
JsonInput.scala