final class JsonReader extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonReader(json: String)

Value Members

  1. def advance(): Unit
    Annotations
    @inline()
  2. def currentValue: Any
  3. def fromHex(ch: Char): Int
  4. def index: Int
  5. def isNext(ch: Char): Boolean
    Annotations
    @inline()
  6. def isNextDigit: Boolean
    Annotations
    @inline()
  7. val json: String
  8. def jsonType: JsonType
  9. def parseString(): String
  10. def parseValue(): Int

    returns

    startIndex

  11. def pass(ch: Char): Unit
  12. def posInfo(offset: Int): String
  13. def skipWs(): Unit