JasvornoEncoder(Schema sc, JsonGenerator out) throws IOException { configure(out); parser = new Parser(new JsonGrammarGenerator().generate(sc), this); }
HackedJsonEncoder(Schema sc, JsonGenerator out) throws IOException { configure(out); this.parser = new Parser(new JsonGrammarGenerator().generate(sc), this); }