VlJsonWriter class
Constructors
Properties
Methods
-
indent(
int depth) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
quote(
String s) → String -
toString(
) → String -
A string representation of this object.
inherited
-
write(
VlJson v) → String -
writeArray(
VlJson v, int depth, bool pretty) → String -
writeObject(
VlJson v, int depth, bool pretty) → String -
writePretty(
VlJson v) → String -
writeValue(
VlJson v, int depth, bool pretty) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited