Package io.avaje.jsonb.stream


package io.avaje.jsonb.stream
Default stream handling provided with Jsonb.

This implementation is provided by default as it is known to perform faster than Jackson's JsonParser/JsonGenerator that comes with jackson-core.

Including avaje-jsonb-jackson would replace this implementation with one based on jackson-core to do the underlying JSON parsing and generation.

See Also: