VlJson parse(String text) { s = text; i = 0; n = text.length; ok = true; err = ""; VlJson v = this.parseValue(); return v; }