FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k stars 795 forks source link

Use String#isEmpty(), remove redundancies, and reduce verbose code #1225

Closed garydgregory closed 8 months ago

garydgregory commented 8 months ago

Split into separate for clarity and review; feel free to squash.

cowtowncoder commented 8 months ago

Thanks! Most changes look good; I will make some minor tweaks on PR and merge.

cowtowncoder commented 8 months ago

Thank you @garydgregory.