Tao Wen
Tao Wen
if you want performance, use object binding api with dynamic codegen or static codegen. Iterator is only useful when dealing with large streaming input.
just use the bind api ```java JsonIterator.deserialize("[1,2,3]", int[].class); ```
how did you do the benchmark? Do you use JMH?
use JMH and SetDecodeMode, then try again. If it is still slower. Give me your benchmark code. I will fix it.
* generating the .class is not option. static codegen is not there for performance reason, but to support platform like Android. Will gradle pickup the `.class`, and include them into...
I can provide that as an option.
I have no experience of kotlin. Any one can help on this?
hope this will be contribution from the community On Friday, December 8, 2017, Boaz Berman wrote: > Hey, 1st, I must say that this library rocks! > Now, to the...
it should be easy to use: http://jsoniter.com/java-features.html#very-simple-api
暂时没有支持protobuf的计划。我们公司里用得少。