jsonx-org / java

Reference implementation of the JSONx specification for the Java platform, including encoding, decoding, processing, validation, and binding.
https://www.jsonx.org/java/
MIT License
48 stars 14 forks source link

Handle "Unexpected end of document" error in JxDecoder #19

Closed safris closed 3 years ago

safris commented 3 years ago

The JxDecoder will fail with a NullPointerException if a token is null due to unexpected end of document.