VlJsonParser class

Constructors

VlJsonParser()

Properties

err String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
i int
getter/setter pair
n int
getter/setter pair
ok bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s String
getter/setter pair

Methods

decodeEscape(int e) String
fail(String msg) → void
hexDigit(int c) int
isNumChar(int c) bool
isWs(int c) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String text) VlJson
parseArray() VlJson
parseKeyword(String word, int kind, bool bval) VlJson
parseNumber() VlJson
parseObject() VlJson
parseString() VlJson
parseValue() VlJson
readRawString() String
skipWs() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited