wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
292 stars 55 forks source link

Any way to listen "parsing ended" event? #115

Closed NaldoRay closed 5 months ago

NaldoRay commented 5 months ago

Great library!

Is there any way to listen "parsing ended" event on the surfing API? I stumbled upon this issue while exploring the API because I need to kind of notify another object when the surfing (& the parsing) has finished. I can't find any guide in the README or in the JavaDoc.

Thank you.

NaldoRay commented 5 months ago

my bad, seems surf() always blocking unless we use non-blocking parser. I thought it's non-blocking by default.