eiiches / jackson-jq

jq for Jackson Java JSON Processor
Other
282 stars 37 forks source link

Skip writing NaN on csv and tsv formats #243

Closed itchyny closed 1 year ago

itchyny commented 1 year ago

This PR improves jq compatibility of @csv and @tsv formats by skipping NaN.

eiiches commented 1 year ago

Thanks!