VlJsonParser class
Constructors
Properties
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