FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
399 stars 116 forks source link

minor tweak to pass the JsonParser instance #246

Closed pjfanning closed 2 years ago

pjfanning commented 2 years ago

Passing JsonParser instance allows features to be checked - the fast double parser feature being one that could be set

cowtowncoder commented 2 years ago

Good catch, thanks!