Class InputStreamJsonParser


  • public class InputStreamJsonParser
    extends AbstractJsonStreamParser
    A json reader that receives data via an InputStream. Whenever a chunk of json data defined by jsonPath is ready to be processed it calls the callback with the chunk of JSON data.