v1.6.2
#70 Close underlying parser when surfing stopped
Thanks so much for the advice from @cowtowncoder
After this change JsonSurfer will close all underlying parser by default. In case you wanna leave the parser not closed, an additional config have to be set as follows:
SurfingConfiguration.setCloseParserOnStop(False)