Package co.arago.util.json.streaming
-
Interface Summary Interface Description JsonStreamCallback Callback interface for incoming JSON data -
Class Summary Class Description AbstractJsonStreamParser Basic class for a parser that can stream and execute callbacks on matching JsonPaths.AbstractJsonStreamParser.Conf<T extends AbstractJsonStreamParser.Conf<T>> AccumulatingJsonStreamParser A json reader that receives chunks of json data and accumulates them in a non-blocking-parser until a chunk of json data defined by jsonPath is ready to be processed.AccumulatingJsonStreamParser.Builder AccumulatingJsonStreamParser.Conf<T extends AccumulatingJsonStreamParser.Conf<T>> InputStreamJsonParser A json reader that receives data via an InputStream.InputStreamJsonParser.Builder InputStreamJsonParser.Conf<T extends InputStreamJsonParser.Conf<T>>