Skip to content

v1.6.2

Compare
Choose a tag to compare
@wanglingsong wanglingsong released this 04 Sep 08:15
· 23 commits to master since this release

#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)