blob: c7d2782fa797d946fc6af5ab422f2ee7ca91adaa [file] [log] [blame]
/**
* Package that contains abstractions needed to support optional
* non-blocking decoding (parsing) functionality.
* Although parsers are constructed normally via
* {@link com.fasterxml.jackson.core.JsonFactory}
* (and are, in fact, sub-types of {@link com.fasterxml.jackson.core.JsonParser}),
* the way input is provided differs.
*
* @since 2.9
*/
package com.fasterxml.jackson.core.async;