java
java copied to clipboard
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
since the cache may contain entries referring to classes whose classloader is disposed, there must be a way to get rid of them
Recently we did some benchmarks in Kotlin and Java. According to our benchmarks, most encoding and decoding tasks' performance are similar in Kotlin and Java. But there is a special...
For object with an array list of objects with more then one item in the array like {"a":[{"c":"12","d":12},{"c":"12","d":12}]} the following exception occurs. If the array is reduced to 1 length...
Reduced memory consumption: — removed unused `BitInteger` constants in `IterImpl`; — changed `IterImplNumber.intDigits`, `IterImplNumber.floatDigits` type from `int[]` to `byte[]`; — changed `IterImplString.hexDigits` type from `int[]` to `byte[]` and shifted it...
Hi, Is it possible to deserialize nested Objects? Given classes ``` class A{ String name } ``` ``` class B { int prop A someA } ``` and json ```...
Greetings. I have a simple string object like this String blabla = "{"id": 8,"name": "SANTARÉM"}", in which i use JsonIterator.deserialize(blabla).get("name") and what i get is "SANTARɍ" and not "SANTARÉM"; I...
the jackson adapter should cover 80% usage scenario, including http://www.baeldung.com/jackson-json-view-annotation - [x] JsonAnyGetter 21K - [x] JsonAnySetter 22K - [x] JsonProperty - value() 255K - [x] JsonIgnore 138K - [...