Uses of Package
co.arago.util.json.streaming
-
Packages that use co.arago.util.json.streaming Package Description co.arago.util.json.streaming -
Classes in co.arago.util.json.streaming used by co.arago.util.json.streaming Class Description AbstractJsonStreamParser Basic class for a parser that can stream and execute callbacks on matching JsonPaths.AbstractJsonStreamParser.Conf 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 InputStreamJsonParser A json reader that receives data via an InputStream.InputStreamJsonParser.Builder InputStreamJsonParser.Conf JsonStreamCallback Callback interface for incoming JSON data