Comment on Fast, auto-generated streaming JSON parsing for AndroidComments−swanson12yCool - if this is indeed faster than Jackson (and GSON), I would recommend writing a Retrofit converter (https://github.com/square/retrofit/tree/master/retrofit-conv...) so developers can just drop in ig-json-parser for use with Retrofit.−tonytung12yThis is based on Jackson stream parsing, so by definition, it can't be faster than Jackson. :)
Comments
Cool - if this is indeed faster than Jackson (and GSON), I would recommend writing a Retrofit converter (https://github.com/square/retrofit/tree/master/retrofit-conv...) so developers can just drop in ig-json-parser for use with Retrofit.
This is based on Jackson stream parsing, so by definition, it can't be faster than Jackson. :)