java icon indicating copy to clipboard operation
java copied to clipboard

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

Results 115 java issues
Sort by recently updated
recently updated
newest added

My team was impressed by the performance of your API in various benchmarks so we tried to replace Gson in our project with it, however we've faced some issues integrating...

I'm writing an application where JSON parsing needs to be really fast. Here's the piece of code I've written : > String appId = null; > String itemId = null;...

It would be useful to be able to use a ByteBuffer rather than a byte[] to read data from. When using ByteBuffer.allocateDirect there is no underlying byte[] to access and...

Hey, 1st, I must say that this library rocks! Now, to the point: Are there plans to create a spring boot starter for easy adoption? I would love to use...

I am using JsonPath to extract objects for masking and code generating. When I switch to jsoniter, I cannot use JsonPath anymore. Is it possible to support the syntax of...

help wanted
feature request

I recently discovered json-iterator and it rocks: simple, efficient, quite powerful binding. However, the competition is hard and the business needs are increasing day after day. So, a very great...

help wanted
feature request

with config support in place, should be easy to support JsonView then cut a new release

I can not wrap my head around how the codegen build process is supposed to work _smoothly_... I did get it to work (with gradle), but steps were convoluted. The...

![image](https://user-images.githubusercontent.com/65008815/191945819-9635f2df-4ab5-4c7e-a1d8-d2f753c3eb93.png) ## Test json ```json { "id":-5106534569952410475, "firstName":"eOMtThyhVNLWUZNRcBaQKxI", "lastName":"yedUsFwdkelQbxeTeQOvaScfqIOOmaa", "age":-1188957731, "gender":"UNKNOWN", "friends":[ { "id":-167885730524958550, "firstName":"JxkyvRnL", "lastName":"RYtGKbgicZaHCBRQDSx", "age":1018954901, "gender":"UNKNOWN", "friends":[ { "id":4672433029010564658, "firstName":"VLhpfQGTMDYpsBZxvfBoeygjb", "lastName":"UMaAIKKIkknjWEXJUfPxxQHeWKEJ", "age":-39088943, "gender":"UNKNOWN", "friends":[ { "id":null, "firstName":null, "lastName":null,...