JsonStreamingParser is able to report progress of file parsing. It will be really handful to have this progress, because processing of large file can take a lot of time.
The only what you need is to add function "filePosition" to your Listener and add propagate progress values to callback (or add another callback).
JsonStreamingParser is able to report progress of file parsing. It will be really handful to have this progress, because processing of large file can take a lot of time.
The only what you need is to add function "filePosition" to your Listener and add propagate progress values to callback (or add another callback).