nimo23

Results 246 comments of nimo23

Hi @aguibert, could Json-B provide a **workaround** as long as Json-P does not handle `NaN`and `Infinity` of `Double` values correctly? Yasson should use a **`Converter`** internally to provide `NaN` and...

Maybe it is related to https://github.com/eclipse-ee4j/yasson/issues/303

>Currently we use HashMap which is very efficient for put/get operations, and switching this to LinkedHashMap would be much slower. 1. Does this mean that `PropertyOrderStrategy.ANY`, the ordering for each...

According to https://github.com/fabienrenaud/java-json-benchmark, the actual performance of yasson in compare to jackson is not really good. The fastest is https://github.com/ngs-doo/dsl-json which also supports jsonb. Would be nice to improve performance...

> I don't see anywhere on the java-json-benchmark where it actually mentions Yasson. @aguibert yasson is evaluated in this benchmark: look at the chart on the X axis (for example,...

>Ah, I see Yasson is mentioned on the graph but it doesn't say what version they used. According to https://github.com/fabienrenaud/java-json-benchmark/blob/master/build.gradle it uses v 1.0.1. > If I were a user...

@aguibert does yasson use `java.lang.reflect` under the hood? If so, then please consider to use `java.lang.invoke.LambdaMetafactory`. It's way faster.

hi, this is the full stacktrace - **only one line** of error message and no json string output. The code which produces the error: ``` // because I used LAZY...

This issue should be closed as it is resolved.

So then please create a new PR with your corrections. Thanks!