wanglingsong / JsonSurfer

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

SurfingContext class should be public #43

Closed cmuchinsky closed 6 years ago

cmuchinsky commented 6 years ago

The SurfingContext class should be made public, otherwise its not possible to implement a custom JsonParserAdapter in any package other than org.jsfr.json

wanglingsong commented 6 years ago

What kind of JsonParserAdaper do you want to implement? Why not jsut do it in org.jsfr.json package

cmuchinsky commented 6 years ago

I was looking to prototype a workaround for issue 42 with an anonymous class but was unable to.