final class JsonReader extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonReader(json: String)
Value Members
-
def
advance(): Unit
- Annotations
- @inline()
- def currentValue: Any
- def fromHex(ch: Char): Int
- def index: Int
-
def
isNext(ch: Char): Boolean
- Annotations
- @inline()
-
def
isNextDigit: Boolean
- Annotations
- @inline()
- val json: String
- def jsonType: JsonType
- def parseString(): String
-
def
parseValue(): Int
- returns
startIndex
- def pass(ch: Char): Unit
- def posInfo(offset: Int): String
- def skipWs(): Unit