java
java copied to clipboard
module-info
Add module info for java9 support?
pr welcome
@Polish-Civil If you only need the streaming functionality, I just released a repackaged, restructured and stripped down version of jsoniter at comodal/json-iterator targeting Java 10, which includes module info.
Here are some benchmarks comparing various implementations of gson's JsonReader and these jsoniter's to show the performance is still the same.