Class VariantParser

All Implemented Interfaces:
ElementParser

public class VariantParser extends FullValueParser
Parser which accepts all JSON values and converts them to actions on a UNION vector writer. Scalar values are written to the writer directly. Object and array values create extra layers of parser and listener.