List Question
20 TechQA 2023-08-23T08:59:35.557000JsonbDeserializer deserializes JSON array into class java.lang.String
84 views
Asked by dziobiak
How to configure Json-B in RestEasy Client?
245 views
Asked by Superhugo
javax.json.bind-api vs. jakarta.json.bind-api
734 views
Asked by q3769
Payara5 + RestEasy 6.0.1 uses Yasson
221 views
Asked by chrisl08
Java 17 module project (maven), when reading Json NoClassDefFoundError: jakarta/json/JsonConfig$KeyStrategy
1.2k views
Asked by Damien Cooke
Json-B cannot deserialize JSON
491 views
Asked by user1421324
Equivalent of Jackson's @JsonUnwrapped in Jsonb
142 views
Asked by Xavier Dury
How to parse array of numeric values in a JSON to Java object with Jsonb
555 views
Asked by Frank
Is there a Yasson/Json-b equivalent of JsonFormat.Feature.ACCEPT_SINGLE_VALUE_AS_ARRAY
139 views
Asked by Damon Jacobsen
Deserialize JSON into polymorphic POJO with JSON-B / Yasson
2.3k views
Asked by spaykit
Quarkus JsonB change to different timezone
2.9k views
Asked by user4081947
Yasson not converting subclasses properly
275 views
Asked by FourtyTwo
Date serialization ignores ContextResolver in REST request
293 views
Asked by nrainer
Java Jsonb deserializing UTC datetime in ISO8601
1.4k views
Asked by Marco Del Percio
JSON Binding @JsonbTypeDeserializer annotation ignored on enums?
1.5k views
Asked by Lukáš Petrovický
Is it possible to set the default date format in JSON-B (Yasson) globally, instead of adding an annotation on every property?
1.7k views
Asked by Olivier Liechti
Difference building JSON object with Yasson and Johnzon
301 views
Asked by James Baker
How can I prevent empty strings and empty collections to be outputted with eclipse Yasson
464 views
Asked by Gert
Stakover flow error with Jackson applied on JPA Entities to generate JSON
621 views
Asked by Singam
Do I need getters on JSON binding with Yasson?
225 views
Asked by CaptainArtemis