FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Wrap possible AssertionError from Ion class #418

Closed arthurscchan closed 9 months ago

arthurscchan commented 9 months ago

This PR fixes #417 by wrapping the unexpected AssertionError with the general JsonParseException to avoid throwing AssertionError directly to the users when invalid input is provided.