java
java copied to clipboard
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
I'm using `STATIC_MODE` and I wondered if it's possible to customize the generated packages and class names for encoders and decoders?
Hi, the jsoniter websites claims it's quite a lot faster compared to Jackson. However as per https://github.com/fabienrenaud/java-json-benchmark -- Jackson seems to be faster in all the test cases. Are there...
where to set up LowerCaseWithUnderscoresStrategy。wanna to move project form Jackson
Thanks for maintaining this awesome JSON parsing library!!!! If the last character in a stream being parsed is a space, and that space is returned in a read of only...
Is there option to serialize to the json with sorted properties?
In my application I need to reload classes after some changes and I am using jsoniter library to serialize and deserialize the instances of these classes. I am using a...
get error like this **Failed to resolve: com.jsoniter:jsoniter:0.9.19-SNAPSHOT**
Jackson serialize byte[] to base64 , Jsonite serialize byte[] to a list of decimal. I think Jackson's implementation is better.
`JsonStream.serialize(...) `methods use intern `ThreadLocal JsonStream` instances from `JsonStreamPool` which are never issued for GC unless the thread ends. This leads to much higher memory footprint for web applications (...