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

Translocate ParseException to org.libj:lang #10

Closed safris closed 4 years ago

safris commented 4 years ago

The ParseException implementation in this repo would be useful for other scopes.

The counterpart for this issue is: https://github.com/libj/lang/issues/15